Html Css Color HEX #036950 Watercourse

📋 copy color: '#036950'

red 3 ◦ green 105 ◦ blue 80

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

Shades of Watercourse #036950

Tints of Watercourse #036950

RGB

 RED value IS 3 (1.56% from 255) = 1.6%

 GREEN value IS 105 (41.41% from 255) = 55.85%

 BLUE value IS 80 (31.64% from 255) = 42.55%

R = 1.6%
G = 55.85%
B = 42.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#036950 (or 0x036950) is known color: Watercourse. HEX triplet: 03, 69 and 50. RGB value is (3,105,80). Sum of RGB (Red+Green+Blue) = 3+105+80=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #036950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036950 is #FC96AF. Grayscale: #474747. Windows color (decimal): -16553648 or 5269763. OLE color: 5269763.

HSL color Cylindrical-coordinate representation of color #036950: hue angle of 165.29º 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 #036950 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 105 80 -
CMYK 0.97 0 0.24 0.59
HSL 165.29º 0.94% 0.21% -
HSV(B) 165.29º 0.97% 0.41% -
XYZ 6.54 10.7 9.31 -
YUV 71.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 3 105 80 0.97 0 0.24 0.59 165.29 0.94 0.21
Hex 3 69 50 61 0 18 3B A5 5E 15
Octal 3 151 120 141 0 30 73 245 136 25
Binary 11 1101001 1010000 1100001 0 11000 111011 10100101 1011110 10101

Color Harmonies of #036950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036950

Black with #036950

Text Example


Text Example

White with #036950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036950; }

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

 H1.HeaderClassName
 {
   color: #036950;
 }
 .AnyTagClassName
 {
   color: #036950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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