Html Css Color HEX #036150 Watercourse

📋 copy color: '#036150'

red 3 ◦ green 97 ◦ blue 80

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

Shades of Watercourse #036150

Tints of Watercourse #036150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.89%

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

R = 1.67%
G = 53.89%
B = 44.44%

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

#036150 (or 0x036150) is known color: Watercourse. HEX triplet: 03, 61 and 50. RGB value is (3,97,80). Sum of RGB (Red+Green+Blue) = 3+97+80=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #036150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036150 is #FC9EAF. Grayscale: #424242. Windows color (decimal): -16555696 or 5267715. OLE color: 5267715.

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

Color convert

RGB 3 97 80 -
CMYK 0.97 0 0.18 0.62
HSL 169.15º 0.94% 0.2% -
HSV(B) 169.15º 0.97% 0.38% -
XYZ 5.76 9.15 9.05 -
YUV 66.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 3 97 80 0.97 0 0.18 0.62 169.15 0.94 0.2
Hex 3 61 50 61 0 12 3E A9 5E 14
Octal 3 141 120 141 0 22 76 251 136 24
Binary 11 1100001 1010000 1100001 0 10010 111110 10101001 1011110 10100

Color Harmonies of #036150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036150

Black with #036150

Text Example


Text Example

White with #036150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036150; }

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

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

background-color css

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

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

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

border-color css

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

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

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