#036E52

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

Shades of Watercourse #036E52

Tints of Watercourse #036E52

Color information

#036E52 (or 0x036E52) is unknown color: approx Watercourse. HEX triplet: 03, 6E and 52. RGB value is (3,110,82). Sum of RGB (Red+Green+Blue) = 3+110+82=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #036E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E52 is #FC91AD. Grayscale: #4A4A4A. Windows color (decimal): -16552366 or 5402115. OLE color: 5402115.

HSL color Cylindrical-coordinate representation of color #036E52: hue angle of 164.3º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E52 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB311082-
CMYK0.9700.250.57
HSL164.3º94.69%22.16%-
HSV(B)164.3º97.27%43.14%-
XYZ7.1411.789.88-
YUV74.82132.0576.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 110 (43.36% from 255) = 56.41%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=1.54%
G=56.41%
B=42.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3110820.9700.250.57164.394.6922.16
Hex36E526101939a45f16
Octal31561221410317124413726
Binary1111011101010010110000101100111100110100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036E52; }

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

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

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

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

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

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

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

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