#095F49

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

Shades of Watercourse #095F49

Tints of Watercourse #095F49

Color information

#095F49 (or 0x095F49) is unknown color: approx Watercourse. HEX triplet: 09, 5F and 49. RGB value is (9,95,73). Sum of RGB (Red+Green+Blue) = 9+95+73=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 95 (37.5% from 255 or 53.67% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 95 - color contains mainly: green. Hex color #095F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F49 is #F6A0B6. Grayscale: #424242. Windows color (decimal): -16162999 or 4808457. OLE color: 4808457.

HSL color Cylindrical-coordinate representation of color #095F49: hue angle of 164.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F49 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB99573-
CMYK0.9100.230.63
HSL164.65º82.69%20.39%-
HSV(B)164.65º90.53%37.25%-
XYZ5.418.727.7-
YUV66.78131.5186.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 95 (37.5% from 255) = 53.67%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=5.08%
G=53.67%
B=41.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995730.9100.230.63164.6582.6920.39
Hex95F495B0173Fa55314
Octal111371111330277724512324
Binary100110111111001001101101101011111111110100101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,95,73); }

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

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

 a { background-color: rgb(9,95,73); }

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

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

 span { border-color: rgb(9,95,73); }

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