#0A5D18

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

Shades of Crusoe #0A5D18

Tints of Crusoe #0A5D18

Color information

#0A5D18 (or 0x0A5D18) is unknown color: approx Crusoe. HEX triplet: 0A, 5D and 18. RGB value is (10,93,24). Sum of RGB (Red+Green+Blue) = 10+93+24=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5D18 is #F5A2E7. Grayscale: #3C3C3C. Windows color (decimal): -16098024 or 1596682. OLE color: 1596682.

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

Color convert

RGB109324-
CMYK0.8900.740.64
HSL130.12º80.58%20.2%-
HSV(B)130.12º89.25%36.47%-
XYZ4.27.962.18-
YUV60.32107.592.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 93 (36.72% from 255) = 73.23%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=7.87%
G=73.23%
B=18.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1093240.8900.740.64130.1280.5820.2
HexA5D185904A40825114
Octal1213530131011210020212124
Binary1010101110111000101100101001010100000010000010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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