Html Css Color HEX #056956 Watercourse

📋 copy color: '#056956'

red 5 ◦ green 105 ◦ blue 86

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

Shades of Watercourse #056956

Tints of Watercourse #056956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.57%

 BLUE value IS 86 (33.98% from 255) = 43.88%

R = 2.55%
G = 53.57%
B = 43.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#056956 (or 0x056956) is known color: Watercourse. HEX triplet: 05, 69 and 56. RGB value is (5,105,86). Sum of RGB (Red+Green+Blue) = 5+105+86=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #056956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056956 is #FA96A9. Grayscale: #484848. Windows color (decimal): -16422570 or 5662981. OLE color: 5662981.

HSL color Cylindrical-coordinate representation of color #056956: hue angle of 168.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056956 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 86 -
CMYK 0.95 0 0.18 0.59
HSL 168.6º 0.91% 0.22% -
HSV(B) 168.6º 0.95% 0.41% -
XYZ 6.79 10.81 10.53 -
YUV 72.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 5 105 86 0.95 0 0.18 0.59 168.6 0.91 0.22
Hex 5 69 56 5F 0 12 3B A9 5B 16
Octal 5 151 126 137 0 22 73 251 133 26
Binary 101 1101001 1010110 1011111 0 10010 111011 10101001 1011011 10110

Color Harmonies of #056956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056956

Black with #056956

Text Example


Text Example

White with #056956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056956; }

 p { color: rgb(5,105,86); }

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

background-color css

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

 a { background-color: rgb(5,105,86); }

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

border-color css

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

 span { border-color: rgb(5,105,86); }

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