Html Css Color HEX #0C4209 Myrtle

📋 copy color: '#0C4209'

red 12 ◦ green 66 ◦ blue 9

#0C4209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0C4209

Tints of Myrtle #0C4209

RGB

 RED value IS 12 (5.08% from 255) = 13.79%

 GREEN value IS 66 (26.17% from 255) = 75.86%

 BLUE value IS 9 (3.91% from 255) = 10.34%

R = 13.79%
G = 75.86%
B = 10.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#0C4209 (or 0x0C4209) is known color: Myrtle. HEX triplet: 0C, 42 and 09. RGB value is (12,66,9). Sum of RGB (Red+Green+Blue) = 12+66+9=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 66 (26.17% from 255 or 75.86% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4209 is #F3BDF6. Grayscale: #2B2B2B. Windows color (decimal): -15973879 or 606732. OLE color: 606732.

HSL color Cylindrical-coordinate representation of color #0C4209: hue angle of 116.84º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C4209 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 12 66 9 -
CMYK 0.82 0 0.86 0.74
HSL 116.84º 0.76% 0.15% -
HSV(B) 116.84º 0.86% 0.26% -
XYZ 2.15 3.99 0.92 -
YUV 43.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 12 66 9 0.82 0 0.86 0.74 116.84 0.76 0.15
Hex C 42 9 52 0 56 4A 75 4C F
Octal 14 102 11 122 0 126 112 165 114 17
Binary 1100 1000010 1001 1010010 0 1010110 1001010 1110101 1001100 1111

Color Harmonies of #0C4209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4209

Black with #0C4209

Text Example


Text Example

White with #0C4209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C4209;
 }
 .AnyTagClassName
 {
   color: #0C4209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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