Html Css Color HEX #0C5528 Crusoe

📋 copy color: '#0C5528'

red 12 ◦ green 85 ◦ blue 40

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

Shades of Crusoe #0C5528

Tints of Crusoe #0C5528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.04%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 8.76%
G = 62.04%
B = 29.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#0C5528 (or 0x0C5528) is known color: Crusoe. HEX triplet: 0C, 55 and 28. RGB value is (12,85,40). Sum of RGB (Red+Green+Blue) = 12+85+40=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5528 is #F3AAD7. Grayscale: #3A3A3A. Windows color (decimal): -15968984 or 2643212. OLE color: 2643212.

HSL color Cylindrical-coordinate representation of color #0C5528: hue angle of 143.01º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5528 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 85 40 -
CMYK 0.86 0 0.53 0.67
HSL 143.01º 0.75% 0.19% -
HSV(B) 143.01º 0.86% 0.33% -
XYZ 3.78 6.73 3.11 -
YUV 58.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 12 85 40 0.86 0 0.53 0.67 143.01 0.75 0.19
Hex C 55 28 56 0 35 43 8F 4B 13
Octal 14 125 50 126 0 65 103 217 113 23
Binary 1100 1010101 101000 1010110 0 110101 1000011 10001111 1001011 10011

Color Harmonies of #0C5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5528

Black with #0C5528

Text Example


Text Example

White with #0C5528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,85,40); }

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

background-color css

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

 a { background-color: rgb(12,85,40); }

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

border-color css

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

 span { border-color: rgb(12,85,40); }

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