#0A5118

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

Shades of Crusoe #0A5118

Tints of Crusoe #0A5118

Color information

#0A5118 (or 0x0A5118) is unknown color: approx Crusoe. HEX triplet: 0A, 51 and 18. RGB value is (10,81,24). Sum of RGB (Red+Green+Blue) = 10+81+24=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5118 is #F5AEE7. Grayscale: #353535. Windows color (decimal): -16101096 or 1593610. OLE color: 1593610.

HSL color Cylindrical-coordinate representation of color #0A5118: hue angle of 131.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5118 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB108124-
CMYK0.8800.700.68
HSL131.83º78.02%17.84%-
HSV(B)131.83º87.65%31.76%-
XYZ3.236.021.85-
YUV53.27111.4897.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 81 (32.03% from 255) = 70.43%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=8.70%
G=70.43%
B=20.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081240.8800.700.68131.8378.0217.84
HexA51185804644844e12
Octal1212130130010610420411622
Binary1010101000111000101100001000110100010010000100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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