#095116

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

Shades of Crusoe #095116

Tints of Crusoe #095116

Color information

#095116 (or 0x095116) is unknown color: approx Crusoe. HEX triplet: 09, 51 and 16. RGB value is (9,81,22). Sum of RGB (Red+Green+Blue) = 9+81+22=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 81 (32.03% from 255 or 72.32% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 81 - color contains mainly: green. Hex color #095116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095116 is #F6AEE9. Grayscale: #343434. Windows color (decimal): -16166634 or 1462537. OLE color: 1462537.

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

Color convert

RGB98122-
CMYK0.8900.730.68
HSL130.83º80%17.65%-
HSV(B)130.83º88.89%31.76%-
XYZ3.261.75-
YUV52.75110.6596.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 81 (32.03% from 255) = 72.32%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=8.04%
G=72.32%
B=19.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981220.8900.730.68130.838017.65
Hex951165904944835012
Octal1112126131011110420312022
Binary1001101000110110101100101001001100010010000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095116; }

 p { color: rgb(9,81,22); }

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

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

 a { background-color: rgb(9,81,22); }

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

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

 span { border-color: rgb(9,81,22); }

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