#095019

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

Shades of Crusoe #095019

Tints of Crusoe #095019

Color information

#095019 (or 0x095019) is unknown color: approx Crusoe. HEX triplet: 09, 50 and 19. RGB value is (9,80,25). Sum of RGB (Red+Green+Blue) = 9+80+25=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #095019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095019 is #F6AFE6. Grayscale: #343434. Windows color (decimal): -16166887 or 1658889. OLE color: 1658889.

HSL color Cylindrical-coordinate representation of color #095019: hue angle of 133.52º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095019 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB98025-
CMYK0.8900.690.69
HSL133.52º79.78%17.45%-
HSV(B)133.52º88.75%31.37%-
XYZ3.165.871.89-
YUV52.5112.4896.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 80 (31.64% from 255) = 70.18%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=7.89%
G=70.18%
B=21.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980250.8900.690.69133.5279.7817.45
Hex950195904545865011
Octal1112031131010510520612021
Binary1001101000011001101100101000101100010110000110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095019; }

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

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

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

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

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

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

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

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