Html Css Color HEX #478370 Viridian

📋 copy color: '#478370'

red 71 ◦ green 131 ◦ blue 112

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

Shades of Viridian #478370

Tints of Viridian #478370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

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

R = 22.61%
G = 41.72%
B = 35.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#478370 (or 0x478370) is known color: Viridian. HEX triplet: 47, 83 and 70. RGB value is (71,131,112). Sum of RGB (Red+Green+Blue) = 71+131+112=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #478370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478370 is #B87C8F. Grayscale: #6E6E6E. Windows color (decimal): -12090512 or 7373639. OLE color: 7373639.

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

Color convert

RGB 71 131 112 -
CMYK 0.46 0 0.15 0.49
HSL 161º 0.3% 0.4% -
HSV(B) 161º 0.46% 0.51% -
XYZ 13.64 18.74 18.23 -
YUV 110.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 71 131 112 0.46 0 0.15 0.49 161 0.3 0.4
Hex 47 83 70 2E 0 F 31 A1 1E 28
Octal 107 203 160 56 0 17 61 241 36 50
Binary 1000111 10000011 1110000 101110 0 1111 110001 10100001 11110 101000

Color Harmonies of #478370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478370

Black with #478370

Text Example


Text Example

White with #478370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478370; }

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

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

background-color css

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

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

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

border-color css

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

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

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