#095319

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

Shades of Crusoe #095319

Tints of Crusoe #095319

Color information

#095319 (or 0x095319) is unknown color: approx Crusoe. HEX triplet: 09, 53 and 19. RGB value is (9,83,25). Sum of RGB (Red+Green+Blue) = 9+83+25=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #095319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095319 is #F6ACE6. Grayscale: #363636. Windows color (decimal): -16166119 or 1659657. OLE color: 1659657.

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

Color convert

RGB98325-
CMYK0.8900.700.67
HSL132.97º80.43%18.04%-
HSV(B)132.97º89.16%32.55%-
XYZ3.386.311.96-
YUV54.26111.4895.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 83 (32.81% from 255) = 70.94%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=7.69%
G=70.94%
B=21.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal983250.8900.700.67132.9780.4318.04
Hex953195904643855012
Octal1112331131010610320512022
Binary1001101001111001101100101000110100001110000101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095319; }

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

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

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

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

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

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

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

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