Html Css Color HEX #476056 Viridian Green

📋 copy color: '#476056'

red 71 ◦ green 96 ◦ blue 86

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

Shades of Viridian Green #476056

Tints of Viridian Green #476056

RGB

 RED value IS 71 (28.13% from 255) = 28.06%

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

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

R = 28.06%
G = 37.94%
B = 33.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#476056 (or 0x476056) is known color: Viridian Green. HEX triplet: 47, 60 and 56. RGB value is (71,96,86). Sum of RGB (Red+Green+Blue) = 71+96+86=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #476056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476056 is #B89FA9. Grayscale: #575757. Windows color (decimal): -12099498 or 5660743. OLE color: 5660743.

HSL color Cylindrical-coordinate representation of color #476056: hue angle of 156º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #476056 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 86 -
CMYK 0.26 0 0.10 0.62
HSL 156º 0.15% 0.33% -
HSV(B) 156º 0.26% 0.38% -
XYZ 8.46 10.38 10.36 -
YUV 87.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 71 96 86 0.26 0 0.10 0.62 156 0.15 0.33
Hex 47 60 56 1A 0 A 3E 9C F 21
Octal 107 140 126 32 0 12 76 234 17 41
Binary 1000111 1100000 1010110 11010 0 1010 111110 10011100 1111 100001

Color Harmonies of #476056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476056

Black with #476056

Text Example


Text Example

White with #476056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476056; }

 p { color: rgb(71,96,86); }

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

background-color css

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

 a { background-color: rgb(71,96,86); }

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

border-color css

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

 span { border-color: rgb(71,96,86); }

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