#036B53

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

Shades of Watercourse #036B53

Tints of Watercourse #036B53

Color information

#036B53 (or 0x036B53) is unknown color: approx Watercourse. HEX triplet: 03, 6B and 53. RGB value is (3,107,83). Sum of RGB (Red+Green+Blue) = 3+107+83=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #036B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B53 is #FC94AC. Grayscale: #494949. Windows color (decimal): -16553133 or 5466883. OLE color: 5466883.

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

Color convert

RGB310783-
CMYK0.9700.220.58
HSL166.15º94.55%21.57%-
HSV(B)166.15º97.2%41.96%-
XYZ6.8611.169.98-
YUV73.17133.5477.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.55%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=1.55%
G=55.44%
B=43.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3107830.9700.220.58166.1594.5521.57
Hex36B53610163Aa65f16
Octal31531231410267224613726
Binary1111010111010011110000101011011101010100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,107,83); }

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

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

 a { background-color: rgb(3,107,83); }

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

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

 span { border-color: rgb(3,107,83); }

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