Html Css Color HEX #476D5A Viridian Green

📋 copy color: '#476D5A'

red 71 ◦ green 109 ◦ blue 90

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

Shades of Viridian Green #476D5A

Tints of Viridian Green #476D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.37%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 26.3%
G = 40.37%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#476D5A (or 0x476D5A) is known color: Viridian Green. HEX triplet: 47, 6D and 5A. RGB value is (71,109,90). Sum of RGB (Red+Green+Blue) = 71+109+90=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #476D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D5A is #B892A5. Grayscale: #5F5F5F. Windows color (decimal): -12096166 or 5926215. OLE color: 5926215.

HSL color Cylindrical-coordinate representation of color #476D5A: hue angle of 150º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D5A is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 90 -
CMYK 0.35 0 0.17 0.57
HSL 150º 0.21% 0.35% -
HSV(B) 150º 0.35% 0.43% -
XYZ 9.91 13.02 11.66 -
YUV 95.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 71 109 90 0.35 0 0.17 0.57 150 0.21 0.35
Hex 47 6D 5A 23 0 11 39 96 15 23
Octal 107 155 132 43 0 21 71 226 25 43
Binary 1000111 1101101 1011010 100011 0 10001 111001 10010110 10101 100011

Color Harmonies of #476D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D5A

Black with #476D5A

Text Example


Text Example

White with #476D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D5A; }

 p { color: rgb(71,109,90); }

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

background-color css

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

 a { background-color: rgb(71,109,90); }

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

border-color css

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

 span { border-color: rgb(71,109,90); }

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