#0C501F

Color #0C501F Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0C501F

Tints of Crusoe #0C501F

Color information

#0C501F (or 0x0C501F) is unknown color: approx Crusoe. HEX triplet: 0C, 50 and 1F. RGB value is (12,80,31). Sum of RGB (Red+Green+Blue) = 12+80+31=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #0C501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C501F is #F3AFE0. Grayscale: #363636. Windows color (decimal): -15970273 or 2052108. OLE color: 2052108.

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

Color convert

RGB128031-
CMYK0.8500.610.69
HSL136.76º73.91%18.04%-
HSV(B)136.76º85%31.37%-
XYZ3.275.912.27-
YUV54.08114.9797.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=9.76%
G=65.04%
B=25.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1280310.8500.610.69136.7673.9118.04
HexC501F5503D45894a12
Octal141203712507510521111222
Binary110010100001111110101010111101100010110001001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C501F;
 }
 .AnyTagClassName
 {
   color: #0C501F;
 }
</style>
background-color css

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

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

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

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

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

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