Html Css Color HEX #057146 Watercourse

📋 copy color: '#057146'

red 5 ◦ green 113 ◦ blue 70

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

Shades of Watercourse #057146

Tints of Watercourse #057146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.11%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 2.66%
G = 60.11%
B = 37.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#057146 (or 0x057146) is known color: Watercourse. HEX triplet: 05, 71 and 46. RGB value is (5,113,70). Sum of RGB (Red+Green+Blue) = 5+113+70=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #057146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057146 is #FA8EB9. Grayscale: #4B4B4B. Windows color (decimal): -16420538 or 4616453. OLE color: 4616453.

HSL color Cylindrical-coordinate representation of color #057146: hue angle of 156.11º degrees, saturation: 0.92, 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 #057146 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 70 -
CMYK 0.96 0 0.38 0.56
HSL 156.11º 0.92% 0.23% -
HSV(B) 156.11º 0.96% 0.44% -
XYZ 7.07 12.28 7.79 -
YUV 75.81 124.72 77.5 -
System Red Green Blue C M Y K H S L
Decimal 5 113 70 0.96 0 0.38 0.56 156.11 0.92 0.23
Hex 5 71 46 60 0 26 38 9C 5C 17
Octal 5 161 106 140 0 46 70 234 134 27
Binary 101 1110001 1000110 1100000 0 100110 111000 10011100 1011100 10111

Color Harmonies of #057146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057146

Black with #057146

Text Example


Text Example

White with #057146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057146; }

 p { color: rgb(5,113,70); }

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

background-color css

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

 a { background-color: rgb(5,113,70); }

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

border-color css

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

 span { border-color: rgb(5,113,70); }

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