Html Css Color HEX #476255 Viridian Green

📋 copy color: '#476255'

red 71 ◦ green 98 ◦ blue 85

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

Shades of Viridian Green #476255

Tints of Viridian Green #476255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.58%

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

R = 27.95%
G = 38.58%
B = 33.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#476255 (or 0x476255) is known color: Viridian Green. HEX triplet: 47, 62 and 55. RGB value is (71,98,85). Sum of RGB (Red+Green+Blue) = 71+98+85=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #476255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476255 is #B89DAA. Grayscale: #585858. Windows color (decimal): -12098987 or 5595719. OLE color: 5595719.

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

Color convert

RGB 71 98 85 -
CMYK 0.28 0 0.13 0.62
HSL 151.11º 0.16% 0.33% -
HSV(B) 151.11º 0.28% 0.38% -
XYZ 8.61 10.73 10.21 -
YUV 88.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 71 98 85 0.28 0 0.13 0.62 151.11 0.16 0.33
Hex 47 62 55 1C 0 D 3E 97 10 21
Octal 107 142 125 34 0 15 76 227 20 41
Binary 1000111 1100010 1010101 11100 0 1101 111110 10010111 10000 100001

Color Harmonies of #476255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476255

Black with #476255

Text Example


Text Example

White with #476255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476255; }

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

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

background-color css

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

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

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

border-color css

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

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

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