#0A5D16

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

Shades of Crusoe #0A5D16

Tints of Crusoe #0A5D16

Color information

#0A5D16 (or 0x0A5D16) is unknown color: approx Crusoe. HEX triplet: 0A, 5D and 16. RGB value is (10,93,22). Sum of RGB (Red+Green+Blue) = 10+93+22=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5D16 is #F5A2E9. Grayscale: #3C3C3C. Windows color (decimal): -16098026 or 1465610. OLE color: 1465610.

HSL color Cylindrical-coordinate representation of color #0A5D16: hue angle of 128.67º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5D16 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB109322-
CMYK0.8900.760.64
HSL128.67º80.58%20.2%-
HSV(B)128.67º89.25%36.47%-
XYZ4.187.952.07-
YUV60.09106.592.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8%
GREEN value IS 93 (36.72% from 255) = 74.4%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=8%
G=74.4%
B=17.6%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1093220.8900.760.64128.6780.5820.2
HexA5D165904C40815114
Octal1213526131011410020112124
Binary1010101110110110101100101001100100000010000001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,93,22); }

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

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

 a { background-color: rgb(10,93,22); }

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

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

 span { border-color: rgb(10,93,22); }

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