#0C501D

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

Shades of Crusoe #0C501D

Tints of Crusoe #0C501D

Color information

#0C501D (or 0x0C501D) is unknown color: approx Crusoe. HEX triplet: 0C, 50 and 1D. RGB value is (12,80,29). Sum of RGB (Red+Green+Blue) = 12+80+29=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #0C501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C501D is #F3AFE2. Grayscale: #353535. Windows color (decimal): -15970275 or 1921036. OLE color: 1921036.

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

Color convert

RGB128029-
CMYK0.8500.640.69
HSL135º73.91%18.04%-
HSV(B)135º85%31.37%-
XYZ3.245.92.13-
YUV53.85113.9798.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=9.92%
G=66.12%
B=23.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1280290.8500.640.6913573.9118.04
HexC501D5504045874a12
Octal1412035125010010520711222
Binary1100101000011101101010101000000100010110000111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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