Html Css Color HEX #057144 Watercourse

📋 copy color: '#057144'

red 5 ◦ green 113 ◦ blue 68

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

Shades of Watercourse #057144

Tints of Watercourse #057144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 2.69%
G = 60.75%
B = 36.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#057144 (or 0x057144) is known color: Watercourse. HEX triplet: 05, 71 and 44. RGB value is (5,113,68). Sum of RGB (Red+Green+Blue) = 5+113+68=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #057144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057144 is #FA8EBB. Grayscale: #4B4B4B. Windows color (decimal): -16420540 or 4485381. OLE color: 4485381.

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

Color convert

RGB 5 113 68 -
CMYK 0.96 0 0.40 0.56
HSL 155º 0.92% 0.23% -
HSV(B) 155º 0.96% 0.44% -
XYZ 7.01 12.26 7.47 -
YUV 75.58 123.72 77.66 -
System Red Green Blue C M Y K H S L
Decimal 5 113 68 0.96 0 0.40 0.56 155 0.92 0.23
Hex 5 71 44 60 0 28 38 9B 5C 17
Octal 5 161 104 140 0 50 70 233 134 27
Binary 101 1110001 1000100 1100000 0 101000 111000 10011011 1011100 10111

Color Harmonies of #057144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057144

Black with #057144

Text Example


Text Example

White with #057144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057144; }

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

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

background-color css

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

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

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

border-color css

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

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

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