Html Css Color HEX #057A48 Watercourse

📋 copy color: '#057A48'

red 5 ◦ green 122 ◦ blue 72

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

Shades of Watercourse #057A48

Tints of Watercourse #057A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61.31%

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 2.51%
G = 61.31%
B = 36.18%

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

#057A48 (or 0x057A48) is known color: Watercourse. HEX triplet: 05, 7A and 48. RGB value is (5,122,72). Sum of RGB (Red+Green+Blue) = 5+122+72=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #057A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057A48 is #FA85B7. Grayscale: #515151. Windows color (decimal): -16418232 or 4749829. OLE color: 4749829.

HSL color Cylindrical-coordinate representation of color #057A48: hue angle of 154.36º 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 #057A48 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 122 72 -
CMYK 0.96 0 0.41 0.52
HSL 154.36º 0.92% 0.25% -
HSV(B) 154.36º 0.96% 0.48% -
XYZ 8.19 14.42 8.48 -
YUV 81.32 122.74 73.57 -
System Red Green Blue C M Y K H S L
Decimal 5 122 72 0.96 0 0.41 0.52 154.36 0.92 0.25
Hex 5 7A 48 60 0 29 34 9A 5C 19
Octal 5 172 110 140 0 51 64 232 134 31
Binary 101 1111010 1001000 1100000 0 101001 110100 10011010 1011100 11001

Color Harmonies of #057A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057A48

Black with #057A48

Text Example


Text Example

White with #057A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,122,72); }

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

background-color css

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

 a { background-color: rgb(5,122,72); }

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

border-color css

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

 span { border-color: rgb(5,122,72); }

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