Html Css Color HEX #479070 Viridian

📋 copy color: '#479070'

red 71 ◦ green 144 ◦ blue 112

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

Shades of Viridian #479070

Tints of Viridian #479070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.04%

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

R = 21.71%
G = 44.04%
B = 34.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#479070 (or 0x479070) is known color: Viridian. HEX triplet: 47, 90 and 70. RGB value is (71,144,112). Sum of RGB (Red+Green+Blue) = 71+144+112=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #479070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479070 is #B86F8F. Grayscale: #767676. Windows color (decimal): -12087184 or 7376967. OLE color: 7376967.

HSL color Cylindrical-coordinate representation of color #479070: hue angle of 153.7º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479070 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 144 112 -
CMYK 0.51 0 0.22 0.44
HSL 153.7º 0.34% 0.42% -
HSV(B) 153.7º 0.51% 0.56% -
XYZ 15.5 22.46 18.85 -
YUV 118.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 71 144 112 0.51 0 0.22 0.44 153.7 0.34 0.42
Hex 47 90 70 33 0 16 2C 9A 22 2A
Octal 107 220 160 63 0 26 54 232 42 52
Binary 1000111 10010000 1110000 110011 0 10110 101100 10011010 100010 101010

Color Harmonies of #479070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479070

Black with #479070

Text Example


Text Example

White with #479070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479070; }

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

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

background-color css

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

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

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

border-color css

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

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

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