#095219

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

Shades of Crusoe #095219

Tints of Crusoe #095219

Color information

#095219 (or 0x095219) is unknown color: approx Crusoe. HEX triplet: 09, 52 and 19. RGB value is (9,82,25). Sum of RGB (Red+Green+Blue) = 9+82+25=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 82 (32.42% from 255 or 70.69% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 82 - color contains mainly: green. Hex color #095219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095219 is #F6ADE6. Grayscale: #353535. Windows color (decimal): -16166375 or 1659401. OLE color: 1659401.

HSL color Cylindrical-coordinate representation of color #095219: hue angle of 133.15º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095219 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB98225-
CMYK0.8900.700.68
HSL133.15º80.22%17.84%-
HSV(B)133.15º89.02%32.16%-
XYZ3.316.161.94-
YUV53.68111.8296.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 82 (32.42% from 255) = 70.69%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=7.76%
G=70.69%
B=21.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982250.8900.700.68133.1580.2217.84
Hex952195904644855012
Octal1112231131010610420512022
Binary1001101001011001101100101000110100010010000101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095219; }

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

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

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

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

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

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

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

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