Html Css Color HEX #477666 Viridian

📋 copy color: '#477666'

red 71 ◦ green 118 ◦ blue 102

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

Shades of Viridian #477666

Tints of Viridian #477666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 24.4%
G = 40.55%
B = 35.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#477666 (or 0x477666) is known color: Viridian. HEX triplet: 47, 76 and 66. RGB value is (71,118,102). Sum of RGB (Red+Green+Blue) = 71+118+102=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #477666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477666 is #B88999. Grayscale: #666666. Windows color (decimal): -12093850 or 6714951. OLE color: 6714951.

HSL color Cylindrical-coordinate representation of color #477666: hue angle of 159.57º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477666 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 102 -
CMYK 0.40 0 0.14 0.54
HSL 159.57º 0.25% 0.37% -
HSV(B) 159.57º 0.4% 0.46% -
XYZ 11.48 15.26 14.91 -
YUV 102.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 71 118 102 0.40 0 0.14 0.54 159.57 0.25 0.37
Hex 47 76 66 28 0 E 36 A0 19 25
Octal 107 166 146 50 0 16 66 240 31 45
Binary 1000111 1110110 1100110 101000 0 1110 110110 10100000 11001 100101

Color Harmonies of #477666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477666

Black with #477666

Text Example


Text Example

White with #477666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477666; }

 p { color: rgb(71,118,102); }

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

background-color css

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

 a { background-color: rgb(71,118,102); }

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

border-color css

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

 span { border-color: rgb(71,118,102); }

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