#095218

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

Shades of Crusoe #095218

Tints of Crusoe #095218

Color information

#095218 (or 0x095218) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 18. RGB value is (9,82,24). Sum of RGB (Red+Green+Blue) = 9+82+24=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #095218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095218 is #F6ADE7. Grayscale: #353535. Windows color (decimal): -16166376 or 1593865. OLE color: 1593865.

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

Color convert

RGB98224-
CMYK0.8900.710.68
HSL132.33º80.22%17.84%-
HSV(B)132.33º89.02%32.16%-
XYZ3.296.161.88-
YUV53.56111.3296.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 82 (32.42% from 255) = 71.30%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=7.83%
G=71.30%
B=20.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982240.8900.710.68132.3380.2217.84
Hex952185904744845012
Octal1112230131010710420412022
Binary1001101001011000101100101000111100010010000100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095218; }

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

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

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

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

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

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

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

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