Html Css Color HEX #479575 Viridian

📋 copy color: '#479575'

red 71 ◦ green 149 ◦ blue 117

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

Shades of Viridian #479575

Tints of Viridian #479575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 21.07%
G = 44.21%
B = 34.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#479575 (or 0x479575) is known color: Viridian. HEX triplet: 47, 95 and 75. RGB value is (71,149,117). Sum of RGB (Red+Green+Blue) = 71+149+117=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #479575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479575 is #B86A8A. Grayscale: #7A7A7A. Windows color (decimal): -12085899 or 7705927. OLE color: 7705927.

HSL color Cylindrical-coordinate representation of color #479575: hue angle of 155.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479575 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 117 -
CMYK 0.52 0 0.21 0.42
HSL 155.38º 0.35% 0.43% -
HSV(B) 155.38º 0.52% 0.58% -
XYZ 16.56 24.12 20.61 -
YUV 122.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 71 149 117 0.52 0 0.21 0.42 155.38 0.35 0.43
Hex 47 95 75 34 0 15 2A 9B 23 2B
Octal 107 225 165 64 0 25 52 233 43 53
Binary 1000111 10010101 1110101 110100 0 10101 101010 10011011 100011 101011

Color Harmonies of #479575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479575

Black with #479575

Text Example


Text Example

White with #479575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479575; }

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

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

background-color css

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

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

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

border-color css

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

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

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