Html Css Color HEX #0C5129 Crusoe

📋 copy color: '#0C5129'

red 12 ◦ green 81 ◦ blue 41

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

Shades of Crusoe #0C5129

Tints of Crusoe #0C5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 60.45%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 8.96%
G = 60.45%
B = 30.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#0C5129 (or 0x0C5129) is known color: Crusoe. HEX triplet: 0C, 51 and 29. RGB value is (12,81,41). Sum of RGB (Red+Green+Blue) = 12+81+41=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5129 is #F3AED6. Grayscale: #373737. Windows color (decimal): -15970007 or 2707724. OLE color: 2707724.

HSL color Cylindrical-coordinate representation of color #0C5129: hue angle of 145.22º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5129 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 81 41 -
CMYK 0.85 0 0.49 0.68
HSL 145.22º 0.74% 0.18% -
HSV(B) 145.22º 0.85% 0.32% -
XYZ 3.49 6.12 3.1 -
YUV 55.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 12 81 41 0.85 0 0.49 0.68 145.22 0.74 0.18
Hex C 51 29 55 0 31 44 91 4A 12
Octal 14 121 51 125 0 61 104 221 112 22
Binary 1100 1010001 101001 1010101 0 110001 1000100 10010001 1001010 10010

Color Harmonies of #0C5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5129

Black with #0C5129

Text Example


Text Example

White with #0C5129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,81,41); }

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

background-color css

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

 a { background-color: rgb(12,81,41); }

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

border-color css

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

 span { border-color: rgb(12,81,41); }

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