#096348

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

Shades of Watercourse #096348

Tints of Watercourse #096348

Color information

#096348 (or 0x096348) is unknown color: approx Watercourse. HEX triplet: 09, 63 and 48. RGB value is (9,99,72). Sum of RGB (Red+Green+Blue) = 9+99+72=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #096348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096348 is #F69CB7. Grayscale: #454545. Windows color (decimal): -16161976 or 4743945. OLE color: 4743945.

HSL color Cylindrical-coordinate representation of color #096348: hue angle of 162º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096348 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB99972-
CMYK0.9100.270.61
HSL162º83.33%21.18%-
HSV(B)162º90.91%38.82%-
XYZ5.749.457.65-
YUV69.01129.6885.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 72 (28.52% from 255) = 40%
R=5%
G=55%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999720.9100.270.6116283.3321.18
Hex963485B01B3Da25315
Octal111431101330337524212325
Binary100111000111001000101101101101111110110100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096348; }

 p { color: rgb(9,99,72); }

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

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

 a { background-color: rgb(9,99,72); }

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

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

 span { border-color: rgb(9,99,72); }

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