#18451D

Color #18451D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #18451D

Tints of Myrtle #18451D

Color information

#18451D (or 0x18451D) is unknown color: approx Myrtle. HEX triplet: 18, 45 and 1D. RGB value is (24,69,29). Sum of RGB (Red+Green+Blue) = 24+69+29=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #18451D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18451D is #E7BAE2. Grayscale: #333333. Windows color (decimal): -15186659 or 1918232. OLE color: 1918232.

HSL color Cylindrical-coordinate representation of color #18451D: hue angle of 126.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18451D is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB246929-
CMYK0.6500.580.73
HSL126.67º48.39%18.24%-
HSV(B)126.67º65.22%27.06%-
XYZ2.734.541.89-
YUV50.98115.59108.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=19.67%
G=56.56%
B=23.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469290.6500.580.73126.6748.3918.24
Hex18451D4103A497f3012
Octal30105351010721111776022
Binary11000100010111101100000101110101001001111111111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18451D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18451D; }

 p { color: rgb(24,69,29); }

 H1.HeaderClassName
 {
   color: #18451D;
 }
 .AnyTagClassName
 {
   color: #18451D;
 }
</style>
background-color css

<style>
 a { background-color: #18451D; }

 a { background-color: rgb(24,69,29); }

 div.DivClassName
 {
   background-color: #18451D;
 }
 .BgClassName
 {
   background-color: #18451D;
 }
</style>
border-color css

<style>
 span { border-color: #18451D; }

 span { border-color: rgb(24,69,29); }

 td.TdClassName
 {
   border-color: #18451D;
 }
 .TagClassName
 {
   border-color: #18451D;
 }
</style>