#0E1009

Color #0E1009 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #0E1009

Tints of Rangoon Green #0E1009

Color information

#0E1009 (or 0x0E1009) is unknown color: approx Rangoon Green. HEX triplet: 0E, 10 and 09. RGB value is (14,16,9). Sum of RGB (Red+Green+Blue) = 14+16+9=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #0E1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1009 is #F1EFF6. Grayscale: #0E0E0E. Windows color (decimal): -15855607 or 593934. OLE color: 593934.

HSL color Cylindrical-coordinate representation of color #0E1009: hue angle of 77.14º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0E1009 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB14169-
CMYK0.1300.440.94
HSL77.14º28%4.9%-
HSV(B)77.14º43.75%6.27%-
XYZ0.420.480.33-
YUV14.6124.84127.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35.90%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 9 (3.91% from 255) = 23.08%
R=35.90%
G=41.03%
B=23.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal141690.1300.440.9477.14284.9
HexE109D02C5E4d1c5
Octal16201115054136115345
Binary1110100001001110101011001011110100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1009; }

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

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

<style>
 a { background-color: #0E1009; }

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

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

<style>
 span { border-color: #0E1009; }

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

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