Html Css Color HEX #036650 Watercourse

📋 copy color: '#036650'

red 3 ◦ green 102 ◦ blue 80

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

Shades of Watercourse #036650

Tints of Watercourse #036650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.14%

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

R = 1.62%
G = 55.14%
B = 43.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#036650 (or 0x036650) is known color: Watercourse. HEX triplet: 03, 66 and 50. RGB value is (3,102,80). Sum of RGB (Red+Green+Blue) = 3+102+80=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #036650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036650 is #FC99AF. Grayscale: #454545. Windows color (decimal): -16554416 or 5268995. OLE color: 5268995.

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

Color convert

RGB 3 102 80 -
CMYK 0.97 0 0.22 0.6
HSL 166.67º 0.94% 0.21% -
HSV(B) 166.67º 0.97% 0.4% -
XYZ 6.24 10.1 9.21 -
YUV 69.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 3 102 80 0.97 0 0.22 0.6 166.67 0.94 0.21
Hex 3 66 50 61 0 16 3C A7 5E 15
Octal 3 146 120 141 0 26 74 247 136 25
Binary 11 1100110 1010000 1100001 0 10110 111100 10100111 1011110 10101

Color Harmonies of #036650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036650

Black with #036650

Text Example


Text Example

White with #036650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036650; }

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

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

background-color css

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

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

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

border-color css

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

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

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