Html Css Color HEX #057950 Watercourse

📋 copy color: '#057950'

red 5 ◦ green 121 ◦ blue 80

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

Shades of Watercourse #057950

Tints of Watercourse #057950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.74%

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

R = 2.43%
G = 58.74%
B = 38.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#057950 (or 0x057950) is known color: Watercourse. HEX triplet: 05, 79 and 50. RGB value is (5,121,80). Sum of RGB (Red+Green+Blue) = 5+121+80=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #057950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057950 is #FA86AF. Grayscale: #515151. Windows color (decimal): -16418480 or 5273861. OLE color: 5273861.

HSL color Cylindrical-coordinate representation of color #057950: hue angle of 158.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057950 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 121 80 -
CMYK 0.96 0 0.34 0.53
HSL 158.79º 0.92% 0.25% -
HSV(B) 158.79º 0.96% 0.47% -
XYZ 8.35 14.29 9.91 -
YUV 81.64 127.07 73.33 -
System Red Green Blue C M Y K H S L
Decimal 5 121 80 0.96 0 0.34 0.53 158.79 0.92 0.25
Hex 5 79 50 60 0 22 35 9F 5C 19
Octal 5 171 120 140 0 42 65 237 134 31
Binary 101 1111001 1010000 1100000 0 100010 110101 10011111 1011100 11001

Color Harmonies of #057950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057950

Black with #057950

Text Example


Text Example

White with #057950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057950; }

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

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

background-color css

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

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

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

border-color css

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

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

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