Html Css Color HEX #478270 Viridian

📋 copy color: '#478270'

red 71 ◦ green 130 ◦ blue 112

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

Shades of Viridian #478270

Tints of Viridian #478270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 22.68%
G = 41.53%
B = 35.78%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#478270 (or 0x478270) is known color: Viridian. HEX triplet: 47, 82 and 70. RGB value is (71,130,112). Sum of RGB (Red+Green+Blue) = 71+130+112=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #478270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478270 is #B87D8F. Grayscale: #6E6E6E. Windows color (decimal): -12090768 or 7373383. OLE color: 7373383.

HSL color Cylindrical-coordinate representation of color #478270: hue angle of 161.69º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478270 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 112 -
CMYK 0.45 0 0.14 0.49
HSL 161.69º 0.29% 0.39% -
HSV(B) 161.69º 0.45% 0.51% -
XYZ 13.51 18.47 18.18 -
YUV 110.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 71 130 112 0.45 0 0.14 0.49 161.69 0.29 0.39
Hex 47 82 70 2D 0 E 31 A2 1D 27
Octal 107 202 160 55 0 16 61 242 35 47
Binary 1000111 10000010 1110000 101101 0 1110 110001 10100010 11101 100111

Color Harmonies of #478270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478270

Black with #478270

Text Example


Text Example

White with #478270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478270; }

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

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

background-color css

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

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

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

border-color css

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

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

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