Html Css Color HEX #476055 Viridian Green

📋 copy color: '#476055'

red 71 ◦ green 96 ◦ blue 85

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

Shades of Viridian Green #476055

Tints of Viridian Green #476055

RGB

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

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

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

R = 28.17%
G = 38.1%
B = 33.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#476055 (or 0x476055) is known color: Viridian Green. HEX triplet: 47, 60 and 55. RGB value is (71,96,85). Sum of RGB (Red+Green+Blue) = 71+96+85=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #476055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476055 is #B89FAA. Grayscale: #575757. Windows color (decimal): -12099499 or 5595207. OLE color: 5595207.

HSL color Cylindrical-coordinate representation of color #476055: hue angle of 153.6º 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 #476055 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 85 -
CMYK 0.26 0 0.11 0.62
HSL 153.6º 0.15% 0.33% -
HSV(B) 153.6º 0.26% 0.38% -
XYZ 8.42 10.36 10.15 -
YUV 87.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 71 96 85 0.26 0 0.11 0.62 153.6 0.15 0.33
Hex 47 60 55 1A 0 B 3E 9A F 21
Octal 107 140 125 32 0 13 76 232 17 41
Binary 1000111 1100000 1010101 11010 0 1011 111110 10011010 1111 100001

Color Harmonies of #476055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476055

Black with #476055

Text Example


Text Example

White with #476055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476055; }

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

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

background-color css

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

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

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

border-color css

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

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

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