#096548

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

Shades of Watercourse #096548

Tints of Watercourse #096548

Color information

#096548 (or 0x096548) is unknown color: approx Watercourse. HEX triplet: 09, 65 and 48. RGB value is (9,101,72). Sum of RGB (Red+Green+Blue) = 9+101+72=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #096548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096548 is #F69AB7. Grayscale: #464646. Windows color (decimal): -16161464 or 4744457. OLE color: 4744457.

HSL color Cylindrical-coordinate representation of color #096548: hue angle of 161.09º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096548 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB910172-
CMYK0.9100.290.60
HSL161.09º83.64%21.57%-
HSV(B)161.09º91.09%39.61%-
XYZ5.949.837.72-
YUV70.19129.0284.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 101 (39.84% from 255) = 55.49%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=4.95%
G=55.49%
B=39.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9101720.9100.290.60161.0983.6421.57
Hex965485B01D3Ca15416
Octal111451101330357424112426
Binary100111001011001000101101101110111110010100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096548; }

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

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

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

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

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

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

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

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