Html Css Color HEX #476355 Viridian Green

📋 copy color: '#476355'

red 71 ◦ green 99 ◦ blue 85

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

Shades of Viridian Green #476355

Tints of Viridian Green #476355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 27.84%
G = 38.82%
B = 33.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#476355 (or 0x476355) is known color: Viridian Green. HEX triplet: 47, 63 and 55. RGB value is (71,99,85). Sum of RGB (Red+Green+Blue) = 71+99+85=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #476355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476355 is #B89CAA. Grayscale: #595959. Windows color (decimal): -12098731 or 5595975. OLE color: 5595975.

HSL color Cylindrical-coordinate representation of color #476355: hue angle of 150º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476355 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 85 -
CMYK 0.28 0 0.14 0.61
HSL 150º 0.16% 0.33% -
HSV(B) 150º 0.28% 0.39% -
XYZ 8.7 10.92 10.24 -
YUV 89.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 71 99 85 0.28 0 0.14 0.61 150 0.16 0.33
Hex 47 63 55 1C 0 E 3D 96 10 21
Octal 107 143 125 34 0 16 75 226 20 41
Binary 1000111 1100011 1010101 11100 0 1110 111101 10010110 10000 100001

Color Harmonies of #476355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476355

Black with #476355

Text Example


Text Example

White with #476355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476355; }

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

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

background-color css

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

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

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

border-color css

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

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

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