Html Css Color HEX #057745 Watercourse

📋 copy color: '#057745'

red 5 ◦ green 119 ◦ blue 69

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

Shades of Watercourse #057745

Tints of Watercourse #057745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.66%

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 2.59%
G = 61.66%
B = 35.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#057745 (or 0x057745) is known color: Watercourse. HEX triplet: 05, 77 and 45. RGB value is (5,119,69). Sum of RGB (Red+Green+Blue) = 5+119+69=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #057745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057745 is #FA88BA. Grayscale: #4F4F4F. Windows color (decimal): -16419003 or 4552453. OLE color: 4552453.

HSL color Cylindrical-coordinate representation of color #057745: hue angle of 153.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057745 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 69 -
CMYK 0.96 0 0.42 0.53
HSL 153.68º 0.92% 0.24% -
HSV(B) 153.68º 0.96% 0.47% -
XYZ 7.73 13.66 7.86 -
YUV 79.21 122.23 75.07 -
System Red Green Blue C M Y K H S L
Decimal 5 119 69 0.96 0 0.42 0.53 153.68 0.92 0.24
Hex 5 77 45 60 0 2A 35 9A 5C 18
Octal 5 167 105 140 0 52 65 232 134 30
Binary 101 1110111 1000101 1100000 0 101010 110101 10011010 1011100 11000

Color Harmonies of #057745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057745

Black with #057745

Text Example


Text Example

White with #057745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057745; }

 p { color: rgb(5,119,69); }

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

background-color css

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

 a { background-color: rgb(5,119,69); }

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

border-color css

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

 span { border-color: rgb(5,119,69); }

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