Html Css Color HEX #478772 Viridian

📋 copy color: '#478772'

red 71 ◦ green 135 ◦ blue 114

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

Shades of Viridian #478772

Tints of Viridian #478772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 22.19%
G = 42.19%
B = 35.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#478772 (or 0x478772) is known color: Viridian. HEX triplet: 47, 87 and 72. RGB value is (71,135,114). Sum of RGB (Red+Green+Blue) = 71+135+114=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #478772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478772 is #B8788D. Grayscale: #717171. Windows color (decimal): -12089486 or 7505735. OLE color: 7505735.

HSL color Cylindrical-coordinate representation of color #478772: hue angle of 160.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478772 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 135 114 -
CMYK 0.47 0 0.16 0.47
HSL 160.31º 0.31% 0.4% -
HSV(B) 160.31º 0.47% 0.53% -
XYZ 14.3 19.88 19 -
YUV 113.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 71 135 114 0.47 0 0.16 0.47 160.31 0.31 0.4
Hex 47 87 72 2F 0 10 2F A0 1F 28
Octal 107 207 162 57 0 20 57 240 37 50
Binary 1000111 10000111 1110010 101111 0 10000 101111 10100000 11111 101000

Color Harmonies of #478772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478772

Black with #478772

Text Example


Text Example

White with #478772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478772; }

 p { color: rgb(71,135,114); }

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

background-color css

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

 a { background-color: rgb(71,135,114); }

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

border-color css

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

 span { border-color: rgb(71,135,114); }

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