#0A5818

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

Shades of Crusoe #0A5818

Tints of Crusoe #0A5818

Color information

#0A5818 (or 0x0A5818) is unknown color: approx Crusoe. HEX triplet: 0A, 58 and 18. RGB value is (10,88,24). Sum of RGB (Red+Green+Blue) = 10+88+24=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 88 (34.77% from 255 or 72.13% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 88 - color contains mainly: green. Hex color #0A5818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5818 is #F5A7E7. Grayscale: #393939. Windows color (decimal): -16099304 or 1595402. OLE color: 1595402.

HSL color Cylindrical-coordinate representation of color #0A5818: hue angle of 130.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5818 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB108824-
CMYK0.8900.730.65
HSL130.77º79.59%19.22%-
HSV(B)130.77º88.64%34.51%-
XYZ3.787.112.04-
YUV57.38109.1694.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.20%
GREEN value IS 88 (34.77% from 255) = 72.13%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=8.20%
G=72.13%
B=19.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1088240.8900.730.65130.7779.5919.22
HexA58185904941835013
Octal1213030131011110120312023
Binary1010101100011000101100101001001100000110000011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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