Html Css Color HEX #0C5932 Crusoe

📋 copy color: '#0C5932'

red 12 ◦ green 89 ◦ blue 50

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

Shades of Crusoe #0C5932

Tints of Crusoe #0C5932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.94%

 BLUE value IS 50 (19.92% from 255) = 33.11%

R = 7.95%
G = 58.94%
B = 33.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#0C5932 (or 0x0C5932) is known color: Crusoe. HEX triplet: 0C, 59 and 32. RGB value is (12,89,50). Sum of RGB (Red+Green+Blue) = 12+89+50=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #0C5932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5932 is #F3A6CD. Grayscale: #3D3D3D. Windows color (decimal): -15967950 or 3299596. OLE color: 3299596.

HSL color Cylindrical-coordinate representation of color #0C5932: hue angle of 149.61º 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 #0C5932 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 89 50 -
CMYK 0.87 0 0.44 0.65
HSL 149.61º 0.76% 0.2% -
HSV(B) 149.61º 0.87% 0.35% -
XYZ 4.3 7.45 4.23 -
YUV 61.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 12 89 50 0.87 0 0.44 0.65 149.61 0.76 0.2
Hex C 59 32 57 0 2C 41 96 4C 14
Octal 14 131 62 127 0 54 101 226 114 24
Binary 1100 1011001 110010 1010111 0 101100 1000001 10010110 1001100 10100

Color Harmonies of #0C5932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5932

Black with #0C5932

Text Example


Text Example

White with #0C5932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,50); }

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

background-color css

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

 a { background-color: rgb(12,89,50); }

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

border-color css

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

 span { border-color: rgb(12,89,50); }

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