#0C0D09

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

Shades of Rangoon Green #0C0D09

Tints of Rangoon Green #0C0D09

Color information

#0C0D09 (or 0x0C0D09) is unknown color: approx Rangoon Green. HEX triplet: 0C, 0D and 09. RGB value is (12,13,9). Sum of RGB (Red+Green+Blue) = 12+13+9=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 13 - color contains mainly: green. Hex color #0C0D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D09 is #F3F2F6. Grayscale: #0C0C0C. Windows color (decimal): -15987447 or 593164. OLE color: 593164.

HSL color Cylindrical-coordinate representation of color #0C0D09: hue angle of 75º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0C0D09 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.

Color convert

RGB12139-
CMYK0.0800.310.95
HSL75º18.18%4.31%-
HSV(B)75º30.77%5.1%-
XYZ0.340.390.31-
YUV12.24126.17127.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 35.29%
GREEN value IS 13 (5.47% from 255) = 38.24%
BLUE value IS 9 (3.91% from 255) = 26.47%
R=35.29%
G=38.24%
B=26.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal121390.0800.310.957518.184.31
HexCD9801F5F4b124
Octal14151110037137113224
Binary11001101100110000111111011111100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,13,9); }

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

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

 a { background-color: rgb(12,13,9); }

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

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

 span { border-color: rgb(12,13,9); }

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