#095917

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

Shades of Crusoe #095917

Tints of Crusoe #095917

Color information

#095917 (or 0x095917) is unknown color: approx Crusoe. HEX triplet: 09, 59 and 17. RGB value is (9,89,23). Sum of RGB (Red+Green+Blue) = 9+89+23=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 89 (35.16% from 255 or 73.55% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 89 - color contains mainly: green. Hex color #095917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095917 is #F6A6E8. Grayscale: #393939. Windows color (decimal): -16164585 or 1530121. OLE color: 1530121.

HSL color Cylindrical-coordinate representation of color #095917: hue angle of 130.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095917 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB98923-
CMYK0.9000.740.65
HSL130.5º81.63%19.22%-
HSV(B)130.5º89.89%34.9%-
XYZ3.847.262.01-
YUV57.56108.593.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 89 (35.16% from 255) = 73.55%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=7.44%
G=73.55%
B=19.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989230.9000.740.65130.581.6319.22
Hex959175A04A41825213
Octal1113127132011210120212223
Binary1001101100110111101101001001010100000110000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095917; }

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

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

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

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

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

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

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

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