#036850

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

Shades of Watercourse #036850

Tints of Watercourse #036850

Color information

#036850 (or 0x036850) is unknown color: approx Watercourse. HEX triplet: 03, 68 and 50. RGB value is (3,104,80). Sum of RGB (Red+Green+Blue) = 3+104+80=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #036850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036850 is #FC97AF. Grayscale: #474747. Windows color (decimal): -16553904 or 5269507. OLE color: 5269507.

HSL color Cylindrical-coordinate representation of color #036850: hue angle of 165.74º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036850 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB310480-
CMYK0.9700.230.59
HSL165.74º94.39%20.98%-
HSV(B)165.74º97.12%40.78%-
XYZ6.4410.59.28-
YUV71.06133.0479.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=1.60%
G=55.61%
B=42.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104800.9700.230.59165.7494.3920.98
Hex36850610173Ba65e15
Octal31501201410277324613625
Binary1111010001010000110000101011111101110100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036850; }

 p { color: rgb(3,104,80); }

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

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

 a { background-color: rgb(3,104,80); }

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

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

 span { border-color: rgb(3,104,80); }

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