Html Css Color HEX #477564 Viridian

📋 copy color: '#477564'

red 71 ◦ green 117 ◦ blue 100

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

Shades of Viridian #477564

Tints of Viridian #477564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 24.65%
G = 40.63%
B = 34.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#477564 (or 0x477564) is known color: Viridian. HEX triplet: 47, 75 and 64. RGB value is (71,117,100). Sum of RGB (Red+Green+Blue) = 71+117+100=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #477564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477564 is #B88A9B. Grayscale: #656565. Windows color (decimal): -12094108 or 6583623. OLE color: 6583623.

HSL color Cylindrical-coordinate representation of color #477564: hue angle of 157.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477564 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 100 -
CMYK 0.39 0 0.15 0.54
HSL 157.83º 0.24% 0.37% -
HSV(B) 157.83º 0.39% 0.46% -
XYZ 11.26 14.98 14.35 -
YUV 101.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 71 117 100 0.39 0 0.15 0.54 157.83 0.24 0.37
Hex 47 75 64 27 0 F 36 9E 18 25
Octal 107 165 144 47 0 17 66 236 30 45
Binary 1000111 1110101 1100100 100111 0 1111 110110 10011110 11000 100101

Color Harmonies of #477564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477564

Black with #477564

Text Example


Text Example

White with #477564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477564; }

 p { color: rgb(71,117,100); }

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

background-color css

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

 a { background-color: rgb(71,117,100); }

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

border-color css

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

 span { border-color: rgb(71,117,100); }

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