Html Css Color HEX #478273 Viridian

📋 copy color: '#478273'

red 71 ◦ green 130 ◦ blue 115

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

Shades of Viridian #478273

Tints of Viridian #478273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 22.47%
G = 41.14%
B = 36.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#478273 (or 0x478273) is known color: Viridian. HEX triplet: 47, 82 and 73. RGB value is (71,130,115). Sum of RGB (Red+Green+Blue) = 71+130+115=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #478273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478273 is #B87D8C. Grayscale: #6E6E6E. Windows color (decimal): -12090765 or 7569991. OLE color: 7569991.

HSL color Cylindrical-coordinate representation of color #478273: hue angle of 164.75º 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 #478273 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 115 -
CMYK 0.45 0 0.12 0.49
HSL 164.75º 0.29% 0.39% -
HSV(B) 164.75º 0.45% 0.51% -
XYZ 13.68 18.54 19.08 -
YUV 110.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 71 130 115 0.45 0 0.12 0.49 164.75 0.29 0.39
Hex 47 82 73 2D 0 C 31 A5 1D 27
Octal 107 202 163 55 0 14 61 245 35 47
Binary 1000111 10000010 1110011 101101 0 1100 110001 10100101 11101 100111

Color Harmonies of #478273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478273

Black with #478273

Text Example


Text Example

White with #478273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478273; }

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

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

background-color css

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

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

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

border-color css

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

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

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