#10240E

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

Shades of Myrtle #10240E

Tints of Myrtle #10240E

Color information

#10240E (or 0x10240E) is unknown color: approx Myrtle. HEX triplet: 10, 24 and 0E. RGB value is (16,36,14). Sum of RGB (Red+Green+Blue) = 16+36+14=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 36 (14.45% from 255 or 54.55% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 36 - color contains mainly: green. Hex color #10240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10240E is #EFDBF1. Grayscale: #1B1B1B. Windows color (decimal): -15719410 or 926736. OLE color: 926736.

HSL color Cylindrical-coordinate representation of color #10240E: hue angle of 114.55º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #10240E is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB163614-
CMYK0.5600.610.86
HSL114.55º44%9.8%-
HSV(B)114.55º61.11%14.12%-
XYZ0.921.40.64-
YUV27.51120.37119.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 36 (14.45% from 255) = 54.55%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=24.24%
G=54.55%
B=21.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1636140.5600.610.86114.55449.8
Hex1024E3803D56732ca
Octal204416700751261635412
Binary1000010010011101110000111101101011011100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10240E; }

 p { color: rgb(16,36,14); }

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

<style>
 a { background-color: #10240E; }

 a { background-color: rgb(16,36,14); }

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

<style>
 span { border-color: #10240E; }

 span { border-color: rgb(16,36,14); }

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