Html Css Color HEX #477D6B Viridian

📋 copy color: '#477D6B'

red 71 ◦ green 125 ◦ blue 107

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

Shades of Viridian #477D6B

Tints of Viridian #477D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 23.43%
G = 41.25%
B = 35.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#477D6B (or 0x477D6B) is known color: Viridian. HEX triplet: 47, 7D and 6B. RGB value is (71,125,107). Sum of RGB (Red+Green+Blue) = 71+125+107=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #477D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D6B is #B88294. Grayscale: #6A6A6A. Windows color (decimal): -12092053 or 7044423. OLE color: 7044423.

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

Color convert

RGB 71 125 107 -
CMYK 0.43 0 0.14 0.51
HSL 160º 0.28% 0.38% -
HSV(B) 160º 0.43% 0.49% -
XYZ 12.59 17.07 16.54 -
YUV 106.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 71 125 107 0.43 0 0.14 0.51 160 0.28 0.38
Hex 47 7D 6B 2B 0 E 33 A0 1C 26
Octal 107 175 153 53 0 16 63 240 34 46
Binary 1000111 1111101 1101011 101011 0 1110 110011 10100000 11100 100110

Color Harmonies of #477D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D6B

Black with #477D6B

Text Example


Text Example

White with #477D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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