Html Css Color HEX #095F49 Watercourse

📋 copy color: '#095F49'

red 9 ◦ green 95 ◦ blue 73

#095F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #095F49

Tints of Watercourse #095F49

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 value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#095F49 (or 0x095F49) is known color: 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

RGB 9 95 73 -
CMYK 0.91 0 0.23 0.63
HSL 164.65º 0.83% 0.2% -
HSV(B) 164.65º 0.91% 0.37% -
XYZ 5.41 8.72 7.7 -
YUV 66.78 131.51 86.79 -
System Red Green Blue C M Y K H S L
Decimal 9 95 73 0.91 0 0.23 0.63 164.65 0.83 0.2
Hex 9 5F 49 5B 0 17 3F A5 53 14
Octal 11 137 111 133 0 27 77 245 123 24
Binary 1001 1011111 1001001 1011011 0 10111 111111 10100101 1010011 10100

Color Harmonies of #095F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F49

Black with #095F49

Text Example


Text Example

White with #095F49

Text Example


Text Example

HTML Codes & Css Web 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>