Html Css Color HEX #476655 Viridian Green

📋 copy color: '#476655'

red 71 ◦ green 102 ◦ blue 85

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

Shades of Viridian Green #476655

Tints of Viridian Green #476655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 27.52%
G = 39.53%
B = 32.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#476655 (or 0x476655) is known color: Viridian Green. HEX triplet: 47, 66 and 55. RGB value is (71,102,85). Sum of RGB (Red+Green+Blue) = 71+102+85=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #476655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476655 is #B899AA. Grayscale: #5A5A5A. Windows color (decimal): -12097963 or 5596743. OLE color: 5596743.

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

Color convert

RGB 71 102 85 -
CMYK 0.30 0 0.17 0.6
HSL 147.1º 0.18% 0.34% -
HSV(B) 147.1º 0.3% 0.4% -
XYZ 8.99 11.5 10.34 -
YUV 90.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 71 102 85 0.30 0 0.17 0.6 147.1 0.18 0.34
Hex 47 66 55 1E 0 11 3C 93 12 22
Octal 107 146 125 36 0 21 74 223 22 42
Binary 1000111 1100110 1010101 11110 0 10001 111100 10010011 10010 100010

Color Harmonies of #476655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476655

Black with #476655

Text Example


Text Example

White with #476655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476655; }

 p { color: rgb(71,102,85); }

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

background-color css

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

 a { background-color: rgb(71,102,85); }

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

border-color css

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

 span { border-color: rgb(71,102,85); }

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