Html Css Color HEX #0C5832 Crusoe

📋 copy color: '#0C5832'

red 12 ◦ green 88 ◦ blue 50

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

Shades of Crusoe #0C5832

Tints of Crusoe #0C5832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 58.67%

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

R = 8%
G = 58.67%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#0C5832 (or 0x0C5832) is known color: Crusoe. HEX triplet: 0C, 58 and 32. RGB value is (12,88,50). Sum of RGB (Red+Green+Blue) = 12+88+50=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5832 is #F3A7CD. Grayscale: #3D3D3D. Windows color (decimal): -15968206 or 3299340. OLE color: 3299340.

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

Color convert

RGB 12 88 50 -
CMYK 0.86 0 0.43 0.65
HSL 150º 0.76% 0.2% -
HSV(B) 150º 0.86% 0.35% -
XYZ 4.22 7.29 4.2 -
YUV 60.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 12 88 50 0.86 0 0.43 0.65 150 0.76 0.2
Hex C 58 32 56 0 2B 41 96 4C 14
Octal 14 130 62 126 0 53 101 226 114 24
Binary 1100 1011000 110010 1010110 0 101011 1000001 10010110 1001100 10100

Color Harmonies of #0C5832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5832

Black with #0C5832

Text Example


Text Example

White with #0C5832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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