Html Css Color HEX #479270 Viridian

📋 copy color: '#479270'

red 71 ◦ green 146 ◦ blue 112

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

Shades of Viridian #479270

Tints of Viridian #479270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.38%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 21.58%
G = 44.38%
B = 34.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#479270 (or 0x479270) is known color: Viridian. HEX triplet: 47, 92 and 70. RGB value is (71,146,112). Sum of RGB (Red+Green+Blue) = 71+146+112=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #479270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479270 is #B86D8F. Grayscale: #777777. Windows color (decimal): -12086672 or 7377479. OLE color: 7377479.

HSL color Cylindrical-coordinate representation of color #479270: hue angle of 152.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479270 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 146 112 -
CMYK 0.51 0 0.23 0.43
HSL 152.8º 0.35% 0.43% -
HSV(B) 152.8º 0.51% 0.57% -
XYZ 15.8 23.07 18.95 -
YUV 119.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 71 146 112 0.51 0 0.23 0.43 152.8 0.35 0.43
Hex 47 92 70 33 0 17 2B 99 23 2B
Octal 107 222 160 63 0 27 53 231 43 53
Binary 1000111 10010010 1110000 110011 0 10111 101011 10011001 100011 101011

Color Harmonies of #479270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479270

Black with #479270

Text Example


Text Example

White with #479270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479270; }

 p { color: rgb(71,146,112); }

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

background-color css

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

 a { background-color: rgb(71,146,112); }

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

border-color css

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

 span { border-color: rgb(71,146,112); }

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