Html Css Color HEX #056B45 Watercourse

📋 copy color: '#056B45'

red 5 ◦ green 107 ◦ blue 69

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

Shades of Watercourse #056B45

Tints of Watercourse #056B45

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.12%

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

R = 2.76%
G = 59.12%
B = 38.12%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#056B45 (or 0x056B45) is known color: Watercourse. HEX triplet: 05, 6B and 45. RGB value is (5,107,69). Sum of RGB (Red+Green+Blue) = 5+107+69=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #056B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B45 is #FA94BA. Grayscale: #484848. Windows color (decimal): -16422075 or 4549381. OLE color: 4549381.

HSL color Cylindrical-coordinate representation of color #056B45: hue angle of 157.65º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056B45 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 69 -
CMYK 0.95 0 0.36 0.58
HSL 157.65º 0.91% 0.22% -
HSV(B) 157.65º 0.95% 0.42% -
XYZ 6.39 10.98 7.41 -
YUV 72.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 5 107 69 0.95 0 0.36 0.58 157.65 0.91 0.22
Hex 5 6B 45 5F 0 24 3A 9E 5B 16
Octal 5 153 105 137 0 44 72 236 133 26
Binary 101 1101011 1000101 1011111 0 100100 111010 10011110 1011011 10110

Color Harmonies of #056B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B45

Black with #056B45

Text Example


Text Example

White with #056B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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