#095F47

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

Shades of Watercourse #095F47

Tints of Watercourse #095F47

Color information

#095F47 (or 0x095F47) is unknown color: approx Watercourse. HEX triplet: 09, 5F and 47. RGB value is (9,95,71). Sum of RGB (Red+Green+Blue) = 9+95+71=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #095F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F47 is #F6A0B8. Grayscale: #424242. Windows color (decimal): -16163001 or 4677385. OLE color: 4677385.

HSL color Cylindrical-coordinate representation of color #095F47: hue angle of 163.26º 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 #095F47 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB99571-
CMYK0.9100.250.63
HSL163.26º82.69%20.39%-
HSV(B)163.26º90.53%37.25%-
XYZ5.348.77.36-
YUV66.55130.5186.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 95 (37.5% from 255) = 54.29%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=5.14%
G=54.29%
B=40.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995710.9100.250.63163.2682.6920.39
Hex95F475B0193Fa35314
Octal111371071330317724312324
Binary100110111111000111101101101100111111110100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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