Html Css Color HEX #036850 Watercourse

📋 copy color: '#036850'

red 3 ◦ green 104 ◦ blue 80

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

Shades of Watercourse #036850

Tints of Watercourse #036850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

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

R = 1.6%
G = 55.61%
B = 42.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#036850 (or 0x036850) is known color: Watercourse. HEX triplet: 03, 68 and 50. RGB value is (3,104,80). Sum of RGB (Red+Green+Blue) = 3+104+80=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #036850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036850 is #FC97AF. Grayscale: #474747. Windows color (decimal): -16553904 or 5269507. OLE color: 5269507.

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

Color convert

RGB 3 104 80 -
CMYK 0.97 0 0.23 0.59
HSL 165.74º 0.94% 0.21% -
HSV(B) 165.74º 0.97% 0.41% -
XYZ 6.44 10.5 9.28 -
YUV 71.07 133.04 79.45 -
System Red Green Blue C M Y K H S L
Decimal 3 104 80 0.97 0 0.23 0.59 165.74 0.94 0.21
Hex 3 68 50 61 0 17 3B A6 5E 15
Octal 3 150 120 141 0 27 73 246 136 25
Binary 11 1101000 1010000 1100001 0 10111 111011 10100110 1011110 10101

Color Harmonies of #036850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036850

Black with #036850

Text Example


Text Example

White with #036850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036850; }

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

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

background-color css

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

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

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

border-color css

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

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

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