#095517

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

Shades of Crusoe #095517

Tints of Crusoe #095517

Color information

#095517 (or 0x095517) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 17. RGB value is (9,85,23). Sum of RGB (Red+Green+Blue) = 9+85+23=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #095517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095517 is #F6AAE8. Grayscale: #373737. Windows color (decimal): -16165609 or 1529097. OLE color: 1529097.

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

Color convert

RGB98523-
CMYK0.8900.730.67
HSL131.05º80.85%18.43%-
HSV(B)131.05º89.41%33.33%-
XYZ3.526.621.9-
YUV55.21109.8295.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 85 (33.59% from 255) = 72.65%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=7.69%
G=72.65%
B=19.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985230.8900.730.67131.0580.8518.43
Hex955175904943835112
Octal1112527131011110320312122
Binary1001101010110111101100101001001100001110000011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095517; }

 p { color: rgb(9,85,23); }

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

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

 a { background-color: rgb(9,85,23); }

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

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

 span { border-color: rgb(9,85,23); }

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