Html Css Color HEX #0C4F20 Crusoe

📋 copy color: '#0C4F20'

red 12 ◦ green 79 ◦ blue 32

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

Shades of Crusoe #0C4F20

Tints of Crusoe #0C4F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 64.23%

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 9.76%
G = 64.23%
B = 26.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#0C4F20 (or 0x0C4F20) is known color: Crusoe. HEX triplet: 0C, 4F and 20. RGB value is (12,79,32). Sum of RGB (Red+Green+Blue) = 12+79+32=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 79 (31.25% from 255 or 64.23% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F20 is #F3B0DF. Grayscale: #353535. Windows color (decimal): -15970528 or 2117388. OLE color: 2117388.

HSL color Cylindrical-coordinate representation of color #0C4F20: hue angle of 137.91º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C4F20 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 79 32 -
CMYK 0.85 0 0.59 0.69
HSL 137.91º 0.74% 0.18% -
HSV(B) 137.91º 0.85% 0.31% -
XYZ 3.21 5.77 2.31 -
YUV 53.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 12 79 32 0.85 0 0.59 0.69 137.91 0.74 0.18
Hex C 4F 20 55 0 3B 45 8A 4A 12
Octal 14 117 40 125 0 73 105 212 112 22
Binary 1100 1001111 100000 1010101 0 111011 1000101 10001010 1001010 10010

Color Harmonies of #0C4F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4F20

Black with #0C4F20

Text Example


Text Example

White with #0C4F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,79,32); }

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

background-color css

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

 a { background-color: rgb(12,79,32); }

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

border-color css

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

 span { border-color: rgb(12,79,32); }

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