Html Css Color HEX #477C6A Viridian

📋 copy color: '#477C6A'

red 71 ◦ green 124 ◦ blue 106

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

Shades of Viridian #477C6A

Tints of Viridian #477C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 23.59%
G = 41.2%
B = 35.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#477C6A (or 0x477C6A) is known color: Viridian. HEX triplet: 47, 7C and 6A. RGB value is (71,124,106). Sum of RGB (Red+Green+Blue) = 71+124+106=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #477C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C6A is #B88395. Grayscale: #6A6A6A. Windows color (decimal): -12092310 or 6978631. OLE color: 6978631.

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

Color convert

RGB 71 124 106 -
CMYK 0.43 0 0.15 0.51
HSL 159.62º 0.27% 0.38% -
HSV(B) 159.62º 0.43% 0.49% -
XYZ 12.41 16.8 16.22 -
YUV 106.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 71 124 106 0.43 0 0.15 0.51 159.62 0.27 0.38
Hex 47 7C 6A 2B 0 F 33 A0 1B 26
Octal 107 174 152 53 0 17 63 240 33 46
Binary 1000111 1111100 1101010 101011 0 1111 110011 10100000 11011 100110

Color Harmonies of #477C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C6A

Black with #477C6A

Text Example


Text Example

White with #477C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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