Html Css Color HEX #476756 Viridian Green

📋 copy color: '#476756'

red 71 ◦ green 103 ◦ blue 86

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

Shades of Viridian Green #476756

Tints of Viridian Green #476756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.62%

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

R = 27.31%
G = 39.62%
B = 33.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#476756 (or 0x476756) is known color: Viridian Green. HEX triplet: 47, 67 and 56. RGB value is (71,103,86). Sum of RGB (Red+Green+Blue) = 71+103+86=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #476756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476756 is #B898A9. Grayscale: #5B5B5B. Windows color (decimal): -12097706 or 5662535. OLE color: 5662535.

HSL color Cylindrical-coordinate representation of color #476756: hue angle of 148.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476756 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 86 -
CMYK 0.31 0 0.17 0.60
HSL 148.13º 0.18% 0.34% -
HSV(B) 148.13º 0.31% 0.4% -
XYZ 9.13 11.71 10.58 -
YUV 91.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 71 103 86 0.31 0 0.17 0.60 148.13 0.18 0.34
Hex 47 67 56 1F 0 11 3C 94 12 22
Octal 107 147 126 37 0 21 74 224 22 42
Binary 1000111 1100111 1010110 11111 0 10001 111100 10010100 10010 100010

Color Harmonies of #476756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476756

Black with #476756

Text Example


Text Example

White with #476756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476756; }

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

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

background-color css

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

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

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

border-color css

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

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

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