Html Css Color HEX #057650 Watercourse

📋 copy color: '#057650'

red 5 ◦ green 118 ◦ blue 80

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

Shades of Watercourse #057650

Tints of Watercourse #057650

RGB

 RED value IS 5 (2.34% from 255) = 2.46%

 GREEN value IS 118 (46.48% from 255) = 58.13%

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

R = 2.46%
G = 58.13%
B = 39.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#057650 (or 0x057650) is known color: Watercourse. HEX triplet: 05, 76 and 50. RGB value is (5,118,80). Sum of RGB (Red+Green+Blue) = 5+118+80=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #057650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057650 is #FA89AF. Grayscale: #4F4F4F. Windows color (decimal): -16419248 or 5273093. OLE color: 5273093.

HSL color Cylindrical-coordinate representation of color #057650: hue angle of 159.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057650 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 80 -
CMYK 0.96 0 0.32 0.54
HSL 159.82º 0.92% 0.24% -
HSV(B) 159.82º 0.96% 0.46% -
XYZ 7.99 13.57 9.79 -
YUV 79.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 5 118 80 0.96 0 0.32 0.54 159.82 0.92 0.24
Hex 5 76 50 60 0 20 36 A0 5C 18
Octal 5 166 120 140 0 40 66 240 134 30
Binary 101 1110110 1010000 1100000 0 100000 110110 10100000 1011100 11000

Color Harmonies of #057650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057650

Black with #057650

Text Example


Text Example

White with #057650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057650; }

 p { color: rgb(5,118,80); }

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

background-color css

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

 a { background-color: rgb(5,118,80); }

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

border-color css

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

 span { border-color: rgb(5,118,80); }

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