#095816

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

Shades of Crusoe #095816

Tints of Crusoe #095816

Color information

#095816 (or 0x095816) is unknown color: approx Crusoe. HEX triplet: 09, 58 and 16. RGB value is (9,88,22). Sum of RGB (Red+Green+Blue) = 9+88+22=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 88 (34.77% from 255 or 73.95% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 88 - color contains mainly: green. Hex color #095816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095816 is #F6A7E9. Grayscale: #393939. Windows color (decimal): -16164842 or 1464329. OLE color: 1464329.

HSL color Cylindrical-coordinate representation of color #095816: hue angle of 129.87º degrees, saturation: 0.81, 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 #095816 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB98822-
CMYK0.9000.750.65
HSL129.87º81.44%19.02%-
HSV(B)129.87º89.77%34.51%-
XYZ3.757.11.93-
YUV56.86108.3393.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 88 (34.77% from 255) = 73.95%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=7.56%
G=73.95%
B=18.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988220.9000.750.65129.8781.4419.02
Hex958165A04B41825113
Octal1113026132011310120212123
Binary1001101100010110101101001001011100000110000010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095816; }

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

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

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

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

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

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

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

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