Html Css Color HEX #057346 Watercourse

📋 copy color: '#057346'

red 5 ◦ green 115 ◦ blue 70

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

Shades of Watercourse #057346

Tints of Watercourse #057346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 60.53%

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

R = 2.63%
G = 60.53%
B = 36.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#057346 (or 0x057346) is known color: Watercourse. HEX triplet: 05, 73 and 46. RGB value is (5,115,70). Sum of RGB (Red+Green+Blue) = 5+115+70=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #057346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057346 is #FA8CB9. Grayscale: #4D4D4D. Windows color (decimal): -16420026 or 4616965. OLE color: 4616965.

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

Color convert

RGB 5 115 70 -
CMYK 0.96 0 0.39 0.55
HSL 155.45º 0.92% 0.24% -
HSV(B) 155.45º 0.96% 0.45% -
XYZ 7.3 12.74 7.87 -
YUV 76.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 5 115 70 0.96 0 0.39 0.55 155.45 0.92 0.24
Hex 5 73 46 60 0 27 37 9B 5C 18
Octal 5 163 106 140 0 47 67 233 134 30
Binary 101 1110011 1000110 1100000 0 100111 110111 10011011 1011100 11000

Color Harmonies of #057346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057346

Black with #057346

Text Example


Text Example

White with #057346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057346; }

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

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

background-color css

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

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

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

border-color css

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

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

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