Html Css Color HEX #477565 Viridian

📋 copy color: '#477565'

red 71 ◦ green 117 ◦ blue 101

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

Shades of Viridian #477565

Tints of Viridian #477565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 24.57%
G = 40.48%
B = 34.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#477565 (or 0x477565) is known color: Viridian. HEX triplet: 47, 75 and 65. RGB value is (71,117,101). Sum of RGB (Red+Green+Blue) = 71+117+101=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #477565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477565 is #B88A9A. Grayscale: #656565. Windows color (decimal): -12094107 or 6649159. OLE color: 6649159.

HSL color Cylindrical-coordinate representation of color #477565: hue angle of 159.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477565 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 101 -
CMYK 0.39 0 0.14 0.54
HSL 159.13º 0.24% 0.37% -
HSV(B) 159.13º 0.39% 0.46% -
XYZ 11.31 15 14.61 -
YUV 101.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 71 117 101 0.39 0 0.14 0.54 159.13 0.24 0.37
Hex 47 75 65 27 0 E 36 9F 18 25
Octal 107 165 145 47 0 16 66 237 30 45
Binary 1000111 1110101 1100101 100111 0 1110 110110 10011111 11000 100101

Color Harmonies of #477565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477565

Black with #477565

Text Example


Text Example

White with #477565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477565; }

 p { color: rgb(71,117,101); }

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

background-color css

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

 a { background-color: rgb(71,117,101); }

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

border-color css

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

 span { border-color: rgb(71,117,101); }

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