#036250

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

Shades of Watercourse #036250

Tints of Watercourse #036250

Color information

#036250 (or 0x036250) is unknown color: approx Watercourse. HEX triplet: 03, 62 and 50. RGB value is (3,98,80). Sum of RGB (Red+Green+Blue) = 3+98+80=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #036250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036250 is #FC9DAF. Grayscale: #434343. Windows color (decimal): -16555440 or 5267971. OLE color: 5267971.

HSL color Cylindrical-coordinate representation of color #036250: hue angle of 168.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036250 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB39880-
CMYK0.9700.180.62
HSL168.63º94.06%19.8%-
HSV(B)168.63º96.94%38.43%-
XYZ5.859.339.08-
YUV67.54135.0381.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=1.66%
G=54.14%
B=44.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398800.9700.180.62168.6394.0619.8
Hex36250610123Ea95e14
Octal31421201410227625113624
Binary1111000101010000110000101001011111010101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036250; }

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

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

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

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

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

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

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

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