Html Css Color HEX #036250 Watercourse

📋 copy color: '#036250'

red 3 ◦ green 98 ◦ blue 80

#036250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #036250

Tints of Watercourse #036250

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.2%

R = 1.66%
G = 54.14%
B = 44.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#036250 (or 0x036250) is known color: 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

RGB 3 98 80 -
CMYK 0.97 0 0.18 0.62
HSL 168.63º 0.94% 0.2% -
HSV(B) 168.63º 0.97% 0.38% -
XYZ 5.85 9.33 9.08 -
YUV 67.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 3 98 80 0.97 0 0.18 0.62 168.63 0.94 0.2
Hex 3 62 50 61 0 12 3E A9 5E 14
Octal 3 142 120 141 0 22 76 251 136 24
Binary 11 1100010 1010000 1100001 0 10010 111110 10101001 1011110 10100

Color Harmonies of #036250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036250

Black with #036250

Text Example


Text Example

White with #036250

Text Example


Text Example

HTML Codes & Css Web 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>