#036A4C

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

Shades of Watercourse #036A4C

Tints of Watercourse #036A4C

Color information

#036A4C (or 0x036A4C) is unknown color: approx Watercourse. HEX triplet: 03, 6A and 4C. RGB value is (3,106,76). Sum of RGB (Red+Green+Blue) = 3+106+76=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #036A4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036A4C is #FC95B3. Grayscale: #474747. Windows color (decimal): -16553396 or 5007875. OLE color: 5007875.

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

Color convert

RGB310676-
CMYK0.9700.280.58
HSL162.52º94.5%21.37%-
HSV(B)162.52º97.17%41.57%-
XYZ6.510.858.59-
YUV71.78130.3878.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 106 (41.80% from 255) = 57.30%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=1.62%
G=57.30%
B=41.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3106760.9700.280.58162.5294.521.37
Hex36A4C6101C3Aa35e15
Octal31521141410347224313625
Binary1111010101001100110000101110011101010100011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,106,76); }

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

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

 a { background-color: rgb(3,106,76); }

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

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

 span { border-color: rgb(3,106,76); }

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