#18470A

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

Shades of Myrtle #18470A

Tints of Myrtle #18470A

Color information

#18470A (or 0x18470A) is unknown color: approx Myrtle. HEX triplet: 18, 47 and 0A. RGB value is (24,71,10). Sum of RGB (Red+Green+Blue) = 24+71+10=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #18470A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18470A is #E7B8F5. Grayscale: #323232. Windows color (decimal): -15186166 or 673560. OLE color: 673560.

HSL color Cylindrical-coordinate representation of color #18470A: hue angle of 106.23º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18470A is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB247110-
CMYK0.6600.860.72
HSL106.23º75.31%15.88%-
HSV(B)106.23º85.92%27.84%-
XYZ2.684.721.06-
YUV49.99105.43109.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 71 (28.12% from 255) = 67.62%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=22.86%
G=67.62%
B=9.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2471100.6600.860.72106.2375.3115.88
Hex1847A42056486a4b10
Octal3010712102012611015211320
Binary110001000111101010000100101011010010001101010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18470A; }

 p { color: rgb(24,71,10); }

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

<style>
 a { background-color: #18470A; }

 a { background-color: rgb(24,71,10); }

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

<style>
 span { border-color: #18470A; }

 span { border-color: rgb(24,71,10); }

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