Html Css Color HEX #057B49 Watercourse

📋 copy color: '#057B49'

red 5 ◦ green 123 ◦ blue 73

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

Shades of Watercourse #057B49

Tints of Watercourse #057B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 61.19%

 BLUE value IS 73 (28.91% from 255) = 36.32%

R = 2.49%
G = 61.19%
B = 36.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#057B49 (or 0x057B49) is known color: Watercourse. HEX triplet: 05, 7B and 49. RGB value is (5,123,73). Sum of RGB (Red+Green+Blue) = 5+123+73=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #057B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057B49 is #FA84B6. Grayscale: #525252. Windows color (decimal): -16417975 or 4815621. OLE color: 4815621.

HSL color Cylindrical-coordinate representation of color #057B49: hue angle of 154.58º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B49 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 123 73 -
CMYK 0.96 0 0.41 0.52
HSL 154.58º 0.92% 0.25% -
HSV(B) 154.58º 0.96% 0.48% -
XYZ 8.35 14.68 8.7 -
YUV 82.02 122.91 73.07 -
System Red Green Blue C M Y K H S L
Decimal 5 123 73 0.96 0 0.41 0.52 154.58 0.92 0.25
Hex 5 7B 49 60 0 29 34 9B 5C 19
Octal 5 173 111 140 0 51 64 233 134 31
Binary 101 1111011 1001001 1100000 0 101001 110100 10011011 1011100 11001

Color Harmonies of #057B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057B49

Black with #057B49

Text Example


Text Example

White with #057B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057B49; }

 p { color: rgb(5,123,73); }

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

background-color css

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

 a { background-color: rgb(5,123,73); }

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

border-color css

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

 span { border-color: rgb(5,123,73); }

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