#097952

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

Shades of Watercourse #097952

Tints of Watercourse #097952

Color information

#097952 (or 0x097952) is unknown color: approx Watercourse. HEX triplet: 09, 79 and 52. RGB value is (9,121,82). Sum of RGB (Red+Green+Blue) = 9+121+82=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #097952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097952 is #F686AD. Grayscale: #535353. Windows color (decimal): -16156334 or 5404937. OLE color: 5404937.

HSL color Cylindrical-coordinate representation of color #097952: hue angle of 159.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097952 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB912182-
CMYK0.9300.320.53
HSL159.11º86.15%25.49%-
HSV(B)159.11º92.56%47.45%-
XYZ8.4714.3410.3-
YUV83.07127.3975.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 121 (47.66% from 255) = 57.08%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=4.25%
G=57.08%
B=38.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9121820.9300.320.53159.1186.1525.49
Hex979525D020359f5619
Octal111711221350406523712631
Binary1001111100110100101011101010000011010110011111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097952; }

 p { color: rgb(9,121,82); }

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

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

 a { background-color: rgb(9,121,82); }

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

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

 span { border-color: rgb(9,121,82); }

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