#036C4D

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

Shades of Watercourse #036C4D

Tints of Watercourse #036C4D

Color information

#036C4D (or 0x036C4D) is unknown color: approx Watercourse. HEX triplet: 03, 6C and 4D. RGB value is (3,108,77). Sum of RGB (Red+Green+Blue) = 3+108+77=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #036C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C4D is #FC93B2. Grayscale: #494949. Windows color (decimal): -16552883 or 5073923. OLE color: 5073923.

HSL color Cylindrical-coordinate representation of color #036C4D: hue angle of 162.29º 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 #036C4D is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB310877-
CMYK0.9700.290.58
HSL162.29º94.59%21.76%-
HSV(B)162.29º97.22%42.35%-
XYZ6.7411.288.84-
YUV73.07130.2178.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 108 (42.58% from 255) = 57.45%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=1.60%
G=57.45%
B=40.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3108770.9700.290.58162.2994.5921.76
Hex36C4D6101D3Aa25f16
Octal31541151410357224213726
Binary1111011001001101110000101110111101010100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,108,77); }

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

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

 a { background-color: rgb(3,108,77); }

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

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

 span { border-color: rgb(3,108,77); }

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