Html Css Color HEX #477D69 Viridian

📋 copy color: '#477D69'

red 71 ◦ green 125 ◦ blue 105

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

Shades of Viridian #477D69

Tints of Viridian #477D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 23.59%
G = 41.53%
B = 34.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#477D69 (or 0x477D69) is known color: Viridian. HEX triplet: 47, 7D and 69. RGB value is (71,125,105). Sum of RGB (Red+Green+Blue) = 71+125+105=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #477D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D69 is #B88296. Grayscale: #6A6A6A. Windows color (decimal): -12092055 or 6913351. OLE color: 6913351.

HSL color Cylindrical-coordinate representation of color #477D69: hue angle of 157.78º degrees, saturation: 0.28, 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 #477D69 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 125 105 -
CMYK 0.43 0 0.16 0.51
HSL 157.78º 0.28% 0.38% -
HSV(B) 157.78º 0.43% 0.49% -
XYZ 12.48 17.03 15.99 -
YUV 106.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 71 125 105 0.43 0 0.16 0.51 157.78 0.28 0.38
Hex 47 7D 69 2B 0 10 33 9E 1C 26
Octal 107 175 151 53 0 20 63 236 34 46
Binary 1000111 1111101 1101001 101011 0 10000 110011 10011110 11100 100110

Color Harmonies of #477D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D69

Black with #477D69

Text Example


Text Example

White with #477D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,125,105); }

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

background-color css

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

 a { background-color: rgb(71,125,105); }

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

border-color css

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

 span { border-color: rgb(71,125,105); }

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