Html Css Color HEX #477D68 Viridian

📋 copy color: '#477D68'

red 71 ◦ green 125 ◦ blue 104

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

Shades of Viridian #477D68

Tints of Viridian #477D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 23.67%
G = 41.67%
B = 34.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#477D68 (or 0x477D68) is known color: Viridian. HEX triplet: 47, 7D and 68. RGB value is (71,125,104). Sum of RGB (Red+Green+Blue) = 71+125+104=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #477D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D68 is #B88297. Grayscale: #6A6A6A. Windows color (decimal): -12092056 or 6847815. OLE color: 6847815.

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

Color convert

RGB 71 125 104 -
CMYK 0.43 0 0.17 0.51
HSL 156.67º 0.28% 0.38% -
HSV(B) 156.67º 0.43% 0.49% -
XYZ 12.43 17.01 15.72 -
YUV 106.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 71 125 104 0.43 0 0.17 0.51 156.67 0.28 0.38
Hex 47 7D 68 2B 0 11 33 9D 1C 26
Octal 107 175 150 53 0 21 63 235 34 46
Binary 1000111 1111101 1101000 101011 0 10001 110011 10011101 11100 100110

Color Harmonies of #477D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477D68

Black with #477D68

Text Example


Text Example

White with #477D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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