#095B19

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

Shades of Crusoe #095B19

Tints of Crusoe #095B19

Color information

#095B19 (or 0x095B19) is unknown color: approx Crusoe. HEX triplet: 09, 5B and 19. RGB value is (9,91,25). Sum of RGB (Red+Green+Blue) = 9+91+25=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 91 (35.94% from 255 or 72.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 91 - color contains mainly: green. Hex color #095B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B19 is #F6A4E6. Grayscale: #3B3B3B. Windows color (decimal): -16164071 or 1661705. OLE color: 1661705.

HSL color Cylindrical-coordinate representation of color #095B19: hue angle of 131.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B19 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB99125-
CMYK0.9000.730.64
HSL131.71º82%19.61%-
HSV(B)131.71º90.11%35.69%-
XYZ4.037.612.18-
YUV58.96108.8392.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 91 (35.94% from 255) = 72.8%
BLUE value IS 25 (10.16% from 255) = 20%
R=7.2%
G=72.8%
B=20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991250.9000.730.64131.718219.61
Hex95B195A04940845214
Octal1113331132011110020412224
Binary1001101101111001101101001001001100000010000100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B19; }

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

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

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

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

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

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

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

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