#036F4E

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

Shades of Watercourse #036F4E

Tints of Watercourse #036F4E

Color information

#036F4E (or 0x036F4E) is unknown color: approx Watercourse. HEX triplet: 03, 6F and 4E. RGB value is (3,111,78). Sum of RGB (Red+Green+Blue) = 3+111+78=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #036F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036F4E is #FC90B1. Grayscale: #4A4A4A. Windows color (decimal): -16552114 or 5140227. OLE color: 5140227.

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

Color convert

RGB311178-
CMYK0.9700.300.56
HSL161.67º94.74%22.35%-
HSV(B)161.67º97.3%43.53%-
XYZ7.111.949.14-
YUV74.95129.7276.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.56%
GREEN value IS 111 (43.75% from 255) = 57.81%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=1.56%
G=57.81%
B=40.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111780.9700.300.56161.6794.7422.35
Hex36F4E6101E38a25f16
Octal31571161410367024213726
Binary1111011111001110110000101111011100010100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,111,78); }

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

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

 a { background-color: rgb(3,111,78); }

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

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

 span { border-color: rgb(3,111,78); }

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