Html Css Color HEX #477C64 Viridian

📋 copy color: '#477C64'

red 71 ◦ green 124 ◦ blue 100

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

Shades of Viridian #477C64

Tints of Viridian #477C64

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

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

R = 24.07%
G = 42.03%
B = 33.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#477C64 (or 0x477C64) is known color: Viridian. HEX triplet: 47, 7C and 64. RGB value is (71,124,100). Sum of RGB (Red+Green+Blue) = 71+124+100=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #477C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C64 is #B8839B. Grayscale: #696969. Windows color (decimal): -12092316 or 6585415. OLE color: 6585415.

HSL color Cylindrical-coordinate representation of color #477C64: hue angle of 152.83º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C64 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 100 -
CMYK 0.43 0 0.19 0.51
HSL 152.83º 0.27% 0.38% -
HSV(B) 152.83º 0.43% 0.49% -
XYZ 12.11 16.68 14.64 -
YUV 105.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 71 124 100 0.43 0 0.19 0.51 152.83 0.27 0.38
Hex 47 7C 64 2B 0 13 33 99 1B 26
Octal 107 174 144 53 0 23 63 231 33 46
Binary 1000111 1111100 1100100 101011 0 10011 110011 10011001 11011 100110

Color Harmonies of #477C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C64

Black with #477C64

Text Example


Text Example

White with #477C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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