Html Css Color HEX #056046 Watercourse

📋 copy color: '#056046'

red 5 ◦ green 96 ◦ blue 70

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

Shades of Watercourse #056046

Tints of Watercourse #056046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.14%

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

R = 2.92%
G = 56.14%
B = 40.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#056046 (or 0x056046) is known color: Watercourse. HEX triplet: 05, 60 and 46. RGB value is (5,96,70). Sum of RGB (Red+Green+Blue) = 5+96+70=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #056046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056046 is #FA9FB9. Grayscale: #414141. Windows color (decimal): -16424890 or 4612101. OLE color: 4612101.

HSL color Cylindrical-coordinate representation of color #056046: hue angle of 162.86º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056046 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 96 70 -
CMYK 0.95 0 0.27 0.62
HSL 162.86º 0.9% 0.2% -
HSV(B) 162.86º 0.95% 0.38% -
XYZ 5.35 8.84 7.22 -
YUV 65.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 5 96 70 0.95 0 0.27 0.62 162.86 0.9 0.2
Hex 5 60 46 5F 0 1B 3E A3 5A 14
Octal 5 140 106 137 0 33 76 243 132 24
Binary 101 1100000 1000110 1011111 0 11011 111110 10100011 1011010 10100

Color Harmonies of #056046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056046

Black with #056046

Text Example


Text Example

White with #056046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056046; }

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

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

background-color css

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

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

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

border-color css

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

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

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