#0C501A

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

Shades of Crusoe #0C501A

Tints of Crusoe #0C501A

Color information

#0C501A (or 0x0C501A) is unknown color: approx Crusoe. HEX triplet: 0C, 50 and 1A. RGB value is (12,80,26). Sum of RGB (Red+Green+Blue) = 12+80+26=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #0C501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C501A is #F3AFE5. Grayscale: #353535. Windows color (decimal): -15970278 or 1724428. OLE color: 1724428.

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

Color convert

RGB128026-
CMYK0.8500.670.69
HSL132.35º73.91%18.04%-
HSV(B)132.35º85%31.37%-
XYZ3.215.891.95-
YUV53.51112.4798.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.17%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=10.17%
G=67.80%
B=22.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1280260.8500.670.69132.3573.9118.04
HexC501A5504345844a12
Octal1412032125010310520411222
Binary1100101000011010101010101000011100010110000100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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