#095417

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

Shades of Crusoe #095417

Tints of Crusoe #095417

Color information

#095417 (or 0x095417) is unknown color: approx Crusoe. HEX triplet: 09, 54 and 17. RGB value is (9,84,23). Sum of RGB (Red+Green+Blue) = 9+84+23=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #095417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095417 is #F6ABE8. Grayscale: #363636. Windows color (decimal): -16165865 or 1528841. OLE color: 1528841.

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

Color convert

RGB98423-
CMYK0.8900.730.67
HSL131.2º80.65%18.24%-
HSV(B)131.2º89.29%32.94%-
XYZ3.446.461.88-
YUV54.62110.1595.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 84 (33.20% from 255) = 72.41%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=7.76%
G=72.41%
B=19.83%

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
Decimal984230.8900.730.67131.280.6518.24
Hex954175904943835112
Octal1112427131011110320312122
Binary1001101010010111101100101001001100001110000011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095417; }

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

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

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

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

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

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

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

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