#095316

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

Shades of Crusoe #095316

Tints of Crusoe #095316

Color information

#095316 (or 0x095316) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 16. RGB value is (9,83,22). Sum of RGB (Red+Green+Blue) = 9+83+22=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #095316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095316 is #F6ACE9. Grayscale: #363636. Windows color (decimal): -16166122 or 1463049. OLE color: 1463049.

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

Color convert

RGB98322-
CMYK0.8900.730.67
HSL130.54º80.43%18.04%-
HSV(B)130.54º89.16%32.55%-
XYZ3.356.31.8-
YUV53.92109.9895.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 83 (32.81% from 255) = 72.81%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=7.89%
G=72.81%
B=19.30%

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
Decimal983220.8900.730.67130.5480.4318.04
Hex953165904943835012
Octal1112326131011110320312022
Binary1001101001110110101100101001001100001110000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095316; }

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

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

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

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

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

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

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

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