Html Css Color HEX #057052 Watercourse

📋 copy color: '#057052'

red 5 ◦ green 112 ◦ blue 82

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

Shades of Watercourse #057052

Tints of Watercourse #057052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

 BLUE value IS 82 (32.42% from 255) = 41.21%

R = 2.51%
G = 56.28%
B = 41.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#057052 (or 0x057052) is known color: Watercourse. HEX triplet: 05, 70 and 52. RGB value is (5,112,82). Sum of RGB (Red+Green+Blue) = 5+112+82=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #057052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057052 is #FA8FAD. Grayscale: #4C4C4C. Windows color (decimal): -16420782 or 5402629. OLE color: 5402629.

HSL color Cylindrical-coordinate representation of color #057052: hue angle of 163.18º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057052 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 82 -
CMYK 0.96 0 0.27 0.56
HSL 163.18º 0.91% 0.23% -
HSV(B) 163.18º 0.96% 0.44% -
XYZ 7.38 12.23 9.95 -
YUV 76.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 5 112 82 0.96 0 0.27 0.56 163.18 0.91 0.23
Hex 5 70 52 60 0 1B 38 A3 5B 17
Octal 5 160 122 140 0 33 70 243 133 27
Binary 101 1110000 1010010 1100000 0 11011 111000 10100011 1011011 10111

Color Harmonies of #057052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057052

Black with #057052

Text Example


Text Example

White with #057052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057052; }

 p { color: rgb(5,112,82); }

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

background-color css

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

 a { background-color: rgb(5,112,82); }

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

border-color css

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

 span { border-color: rgb(5,112,82); }

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