Html Css Color HEX #056B4A Watercourse

📋 copy color: '#056B4A'

red 5 ◦ green 107 ◦ blue 74

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

Shades of Watercourse #056B4A

Tints of Watercourse #056B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.78%

R = 2.69%
G = 57.53%
B = 39.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#056B4A (or 0x056B4A) is known color: Watercourse. HEX triplet: 05, 6B and 4A. RGB value is (5,107,74). Sum of RGB (Red+Green+Blue) = 5+107+74=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #056B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B4A is #FA94B5. Grayscale: #484848. Windows color (decimal): -16422070 or 4877061. OLE color: 4877061.

HSL color Cylindrical-coordinate representation of color #056B4A: hue angle of 160.59º 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 #056B4A is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 107 74 -
CMYK 0.95 0 0.31 0.58
HSL 160.59º 0.91% 0.22% -
HSV(B) 160.59º 0.95% 0.42% -
XYZ 6.56 11.04 8.26 -
YUV 72.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 5 107 74 0.95 0 0.31 0.58 160.59 0.91 0.22
Hex 5 6B 4A 5F 0 1F 3A A1 5B 16
Octal 5 153 112 137 0 37 72 241 133 26
Binary 101 1101011 1001010 1011111 0 11111 111010 10100001 1011011 10110

Color Harmonies of #056B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B4A

Black with #056B4A

Text Example


Text Example

White with #056B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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