Html Css Color HEX #478373 Viridian

📋 copy color: '#478373'

red 71 ◦ green 131 ◦ blue 115

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

Shades of Viridian #478373

Tints of Viridian #478373

RGB

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

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

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

R = 22.4%
G = 41.32%
B = 36.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#478373 (or 0x478373) is known color: Viridian. HEX triplet: 47, 83 and 73. RGB value is (71,131,115). Sum of RGB (Red+Green+Blue) = 71+131+115=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #478373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478373 is #B87C8C. Grayscale: #6F6F6F. Windows color (decimal): -12090509 or 7570247. OLE color: 7570247.

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

Color convert

RGB 71 131 115 -
CMYK 0.46 0 0.12 0.49
HSL 164º 0.3% 0.4% -
HSV(B) 164º 0.46% 0.51% -
XYZ 13.81 18.81 19.12 -
YUV 111.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 71 131 115 0.46 0 0.12 0.49 164 0.3 0.4
Hex 47 83 73 2E 0 C 31 A4 1E 28
Octal 107 203 163 56 0 14 61 244 36 50
Binary 1000111 10000011 1110011 101110 0 1100 110001 10100100 11110 101000

Color Harmonies of #478373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478373

Black with #478373

Text Example


Text Example

White with #478373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478373; }

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

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

background-color css

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

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

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

border-color css

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

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

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