Html Css Color HEX #477A66 Viridian

📋 copy color: '#477A66'

red 71 ◦ green 122 ◦ blue 102

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

Shades of Viridian #477A66

Tints of Viridian #477A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.36%

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

R = 24.07%
G = 41.36%
B = 34.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#477A66 (or 0x477A66) is known color: Viridian. HEX triplet: 47, 7A and 66. RGB value is (71,122,102). Sum of RGB (Red+Green+Blue) = 71+122+102=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #477A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A66 is #B88599. Grayscale: #686868. Windows color (decimal): -12092826 or 6715975. OLE color: 6715975.

HSL color Cylindrical-coordinate representation of color #477A66: hue angle of 156.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A66 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 102 -
CMYK 0.42 0 0.16 0.52
HSL 156.47º 0.26% 0.38% -
HSV(B) 156.47º 0.42% 0.48% -
XYZ 11.96 16.22 15.07 -
YUV 104.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 71 122 102 0.42 0 0.16 0.52 156.47 0.26 0.38
Hex 47 7A 66 2A 0 10 34 9C 1A 26
Octal 107 172 146 52 0 20 64 234 32 46
Binary 1000111 1111010 1100110 101010 0 10000 110100 10011100 11010 100110

Color Harmonies of #477A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A66

Black with #477A66

Text Example


Text Example

White with #477A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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