#095418

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

Shades of Crusoe #095418

Tints of Crusoe #095418

Color information

#095418 (or 0x095418) is unknown color: approx Crusoe. HEX triplet: 09, 54 and 18. RGB value is (9,84,24). Sum of RGB (Red+Green+Blue) = 9+84+24=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #095418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095418 is #F6ABE7. Grayscale: #363636. Windows color (decimal): -16165864 or 1594377. OLE color: 1594377.

HSL color Cylindrical-coordinate representation of color #095418: hue angle of 132º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095418 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB98424-
CMYK0.8900.710.67
HSL132º80.65%18.24%-
HSV(B)132º89.29%32.94%-
XYZ3.456.461.93-
YUV54.74110.6595.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 84 (33.20% from 255) = 71.79%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=7.69%
G=71.79%
B=20.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal984240.8900.710.6713280.6518.24
Hex954185904743845112
Octal1112430131010710320412122
Binary1001101010011000101100101000111100001110000100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095418; }

 p { color: rgb(9,84,24); }

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

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

 a { background-color: rgb(9,84,24); }

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

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

 span { border-color: rgb(9,84,24); }

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