Html Css Color HEX #478475 Viridian

📋 copy color: '#478475'

red 71 ◦ green 132 ◦ blue 117

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

Shades of Viridian #478475

Tints of Viridian #478475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.25%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 22.19%
G = 41.25%
B = 36.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#478475 (or 0x478475) is known color: Viridian. HEX triplet: 47, 84 and 75. RGB value is (71,132,117). Sum of RGB (Red+Green+Blue) = 71+132+117=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #478475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478475 is #B87B8A. Grayscale: #707070. Windows color (decimal): -12090251 or 7701575. OLE color: 7701575.

HSL color Cylindrical-coordinate representation of color #478475: hue angle of 165.25º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478475 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 117 -
CMYK 0.46 0 0.11 0.48
HSL 165.25º 0.3% 0.4% -
HSV(B) 165.25º 0.46% 0.52% -
XYZ 14.06 19.13 19.78 -
YUV 112.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 71 132 117 0.46 0 0.11 0.48 165.25 0.3 0.4
Hex 47 84 75 2E 0 B 30 A5 1E 28
Octal 107 204 165 56 0 13 60 245 36 50
Binary 1000111 10000100 1110101 101110 0 1011 110000 10100101 11110 101000

Color Harmonies of #478475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478475

Black with #478475

Text Example


Text Example

White with #478475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478475; }

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

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

background-color css

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

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

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

border-color css

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

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

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