Html Css Color HEX #0C6024 Crusoe

📋 copy color: '#0C6024'

red 12 ◦ green 96 ◦ blue 36

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

Shades of Crusoe #0C6024

Tints of Crusoe #0C6024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 66.67%

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

R = 8.33%
G = 66.67%
B = 25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#0C6024 (or 0x0C6024) is known color: Crusoe. HEX triplet: 0C, 60 and 24. RGB value is (12,96,36). Sum of RGB (Red+Green+Blue) = 12+96+36=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 96 (37.89% from 255 or 66.67% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6024 is #F39FDB. Grayscale: #404040. Windows color (decimal): -15966172 or 2383884. OLE color: 2383884.

HSL color Cylindrical-coordinate representation of color #0C6024: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6024 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 96 36 -
CMYK 0.88 0 0.62 0.62
HSL 137.14º 0.78% 0.21% -
HSV(B) 137.14º 0.88% 0.38% -
XYZ 4.65 8.57 3.08 -
YUV 64.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 12 96 36 0.88 0 0.62 0.62 137.14 0.78 0.21
Hex C 60 24 58 0 3E 3E 89 4E 15
Octal 14 140 44 130 0 76 76 211 116 25
Binary 1100 1100000 100100 1011000 0 111110 111110 10001001 1001110 10101

Color Harmonies of #0C6024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6024

Black with #0C6024

Text Example


Text Example

White with #0C6024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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