#036952

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

Shades of Watercourse #036952

Tints of Watercourse #036952

Color information

#036952 (or 0x036952) is unknown color: approx Watercourse. HEX triplet: 03, 69 and 52. RGB value is (3,105,82). Sum of RGB (Red+Green+Blue) = 3+105+82=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #036952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036952 is #FC96AD. Grayscale: #474747. Windows color (decimal): -16553646 or 5400835. OLE color: 5400835.

HSL color Cylindrical-coordinate representation of color #036952: hue angle of 166.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036952 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB310582-
CMYK0.9700.220.59
HSL166.47º94.44%21.18%-
HSV(B)166.47º97.14%41.18%-
XYZ6.6110.739.71-
YUV71.88133.7178.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 105 (41.41% from 255) = 55.26%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=1.58%
G=55.26%
B=43.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105820.9700.220.59166.4794.4421.18
Hex36952610163Ba65e15
Octal31511221410267324613625
Binary1111010011010010110000101011011101110100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036952; }

 p { color: rgb(3,105,82); }

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

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

 a { background-color: rgb(3,105,82); }

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

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

 span { border-color: rgb(3,105,82); }

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