Html Css Color HEX #0C5A31 Crusoe

📋 copy color: '#0C5A31'

red 12 ◦ green 90 ◦ blue 49

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

Shades of Crusoe #0C5A31

Tints of Crusoe #0C5A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 59.6%

 BLUE value IS 49 (19.53% from 255) = 32.45%

R = 7.95%
G = 59.6%
B = 32.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#0C5A31 (or 0x0C5A31) is known color: Crusoe. HEX triplet: 0C, 5A and 31. RGB value is (12,90,49). Sum of RGB (Red+Green+Blue) = 12+90+49=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5A31 is #F3A5CE. Grayscale: #3E3E3E. Windows color (decimal): -15967695 or 3234316. OLE color: 3234316.

HSL color Cylindrical-coordinate representation of color #0C5A31: hue angle of 148.46º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5A31 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 90 49 -
CMYK 0.87 0 0.46 0.65
HSL 148.46º 0.76% 0.2% -
HSV(B) 148.46º 0.87% 0.35% -
XYZ 4.36 7.61 4.15 -
YUV 62 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 12 90 49 0.87 0 0.46 0.65 148.46 0.76 0.2
Hex C 5A 31 57 0 2E 41 94 4C 14
Octal 14 132 61 127 0 56 101 224 114 24
Binary 1100 1011010 110001 1010111 0 101110 1000001 10010100 1001100 10100

Color Harmonies of #0C5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5A31

Black with #0C5A31

Text Example


Text Example

White with #0C5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,90,49); }

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

background-color css

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

 a { background-color: rgb(12,90,49); }

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

border-color css

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

 span { border-color: rgb(12,90,49); }

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