#095519

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

Shades of Crusoe #095519

Tints of Crusoe #095519

Color information

#095519 (or 0x095519) is unknown color: approx Crusoe. HEX triplet: 09, 55 and 19. RGB value is (9,85,25). Sum of RGB (Red+Green+Blue) = 9+85+25=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #095519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095519 is #F6AAE6. Grayscale: #373737. Windows color (decimal): -16165607 or 1660169. OLE color: 1660169.

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

Color convert

RGB98525-
CMYK0.8900.710.67
HSL132.63º80.85%18.43%-
HSV(B)132.63º89.41%33.33%-
XYZ3.546.632.01-
YUV55.44110.8294.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 85 (33.59% from 255) = 71.43%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=7.56%
G=71.43%
B=21.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal985250.8900.710.67132.6380.8518.43
Hex955195904743855112
Octal1112531131010710320512122
Binary1001101010111001101100101000111100001110000101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095519; }

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

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

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

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

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

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

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

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