Html Css Color HEX #057044 Watercourse

📋 copy color: '#057044'

red 5 ◦ green 112 ◦ blue 68

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

Shades of Watercourse #057044

Tints of Watercourse #057044

RGB

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

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

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

R = 2.7%
G = 60.54%
B = 36.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#057044 (or 0x057044) is known color: Watercourse. HEX triplet: 05, 70 and 44. RGB value is (5,112,68). Sum of RGB (Red+Green+Blue) = 5+112+68=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #057044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057044 is #FA8FBB. Grayscale: #4B4B4B. Windows color (decimal): -16420796 or 4485125. OLE color: 4485125.

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

Color convert

RGB 5 112 68 -
CMYK 0.96 0 0.39 0.56
HSL 155.33º 0.91% 0.23% -
HSV(B) 155.33º 0.96% 0.44% -
XYZ 6.9 12.04 7.43 -
YUV 74.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 5 112 68 0.96 0 0.39 0.56 155.33 0.91 0.23
Hex 5 70 44 60 0 27 38 9B 5B 17
Octal 5 160 104 140 0 47 70 233 133 27
Binary 101 1110000 1000100 1100000 0 100111 111000 10011011 1011011 10111

Color Harmonies of #057044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057044

Black with #057044

Text Example


Text Example

White with #057044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057044; }

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

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

background-color css

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

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

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

border-color css

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

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

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