#18420F

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

Shades of Myrtle #18420F

Tints of Myrtle #18420F

Color information

#18420F (or 0x18420F) is unknown color: approx Myrtle. HEX triplet: 18, 42 and 0F. RGB value is (24,66,15). Sum of RGB (Red+Green+Blue) = 24+66+15=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #18420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18420F is #E7BDF0. Grayscale: #2F2F2F. Windows color (decimal): -15187441 or 999960. OLE color: 999960.

HSL color Cylindrical-coordinate representation of color #18420F: hue angle of 109.41º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18420F is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB246615-
CMYK0.6400.770.74
HSL109.41º62.96%15.88%-
HSV(B)109.41º77.27%25.88%-
XYZ2.414.131.12-
YUV47.63109.59111.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 66 (26.17% from 255) = 62.86%
BLUE value IS 15 (6.25% from 255) = 14.29%
R=22.86%
G=62.86%
B=14.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466150.6400.770.74109.4162.9615.88
Hex1842F4004D4A6d3f10
Octal301021710001151121557720
Binary11000100001011111000000010011011001010110110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18420F; }

 p { color: rgb(24,66,15); }

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

<style>
 a { background-color: #18420F; }

 a { background-color: rgb(24,66,15); }

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

<style>
 span { border-color: #18420F; }

 span { border-color: rgb(24,66,15); }

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