Html Css Color HEX #0C4F21 Crusoe

📋 copy color: '#0C4F21'

red 12 ◦ green 79 ◦ blue 33

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

Shades of Crusoe #0C4F21

Tints of Crusoe #0C4F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 9.68%
G = 63.71%
B = 26.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#0C4F21 (or 0x0C4F21) is known color: Crusoe. HEX triplet: 0C, 4F and 21. RGB value is (12,79,33). Sum of RGB (Red+Green+Blue) = 12+79+33=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F21 is #F3B0DE. Grayscale: #353535. Windows color (decimal): -15970527 or 2182924. OLE color: 2182924.

HSL color Cylindrical-coordinate representation of color #0C4F21: hue angle of 138.81º 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 #0C4F21 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 79 33 -
CMYK 0.85 0 0.58 0.69
HSL 138.81º 0.74% 0.18% -
HSV(B) 138.81º 0.85% 0.31% -
XYZ 3.22 5.78 2.38 -
YUV 53.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 12 79 33 0.85 0 0.58 0.69 138.81 0.74 0.18
Hex C 4F 21 55 0 3A 45 8B 4A 12
Octal 14 117 41 125 0 72 105 213 112 22
Binary 1100 1001111 100001 1010101 0 111010 1000101 10001011 1001010 10010

Color Harmonies of #0C4F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4F21

Black with #0C4F21

Text Example


Text Example

White with #0C4F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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