Html Css Color HEX #0C511F Crusoe

📋 copy color: '#0C511F'

red 12 ◦ green 81 ◦ blue 31

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

Shades of Crusoe #0C511F

Tints of Crusoe #0C511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25%

R = 9.68%
G = 65.32%
B = 25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#0C511F (or 0x0C511F) is known color: Crusoe. HEX triplet: 0C, 51 and 1F. RGB value is (12,81,31). Sum of RGB (Red+Green+Blue) = 12+81+31=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #0C511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C511F is #F3AEE0. Grayscale: #363636. Windows color (decimal): -15970017 or 2052364. OLE color: 2052364.

HSL color Cylindrical-coordinate representation of color #0C511F: hue angle of 136.52º 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 #0C511F is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 81 31 -
CMYK 0.85 0 0.62 0.68
HSL 136.52º 0.74% 0.18% -
HSV(B) 136.52º 0.85% 0.32% -
XYZ 3.34 6.06 2.29 -
YUV 54.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 12 81 31 0.85 0 0.62 0.68 136.52 0.74 0.18
Hex C 51 1F 55 0 3E 44 89 4A 12
Octal 14 121 37 125 0 76 104 211 112 22
Binary 1100 1010001 11111 1010101 0 111110 1000100 10001001 1001010 10010

Color Harmonies of #0C511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C511F

Black with #0C511F

Text Example


Text Example

White with #0C511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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