Html Css Color HEX #0C4F24 Crusoe

📋 copy color: '#0C4F24'

red 12 ◦ green 79 ◦ blue 36

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

Shades of Crusoe #0C4F24

Tints of Crusoe #0C4F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 28.35%

R = 9.45%
G = 62.2%
B = 28.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#0C4F24 (or 0x0C4F24) is known color: Crusoe. HEX triplet: 0C, 4F and 24. RGB value is (12,79,36). Sum of RGB (Red+Green+Blue) = 12+79+36=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 79 (31.25% from 255 or 62.20% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C4F24 is #F3B0DB. Grayscale: #363636. Windows color (decimal): -15970524 or 2379532. OLE color: 2379532.

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

Color convert

RGB 12 79 36 -
CMYK 0.85 0 0.54 0.69
HSL 141.49º 0.74% 0.18% -
HSV(B) 141.49º 0.85% 0.31% -
XYZ 3.27 5.8 2.62 -
YUV 54.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 12 79 36 0.85 0 0.54 0.69 141.49 0.74 0.18
Hex C 4F 24 55 0 36 45 8D 4A 12
Octal 14 117 44 125 0 66 105 215 112 22
Binary 1100 1001111 100100 1010101 0 110110 1000101 10001101 1001010 10010

Color Harmonies of #0C4F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4F24

Black with #0C4F24

Text Example


Text Example

White with #0C4F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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