Html Css Color HEX #478672 Viridian

📋 copy color: '#478672'

red 71 ◦ green 134 ◦ blue 114

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

Shades of Viridian #478672

Tints of Viridian #478672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

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

R = 22.26%
G = 42.01%
B = 35.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#478672 (or 0x478672) is known color: Viridian. HEX triplet: 47, 86 and 72. RGB value is (71,134,114). Sum of RGB (Red+Green+Blue) = 71+134+114=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #478672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478672 is #B8798D. Grayscale: #707070. Windows color (decimal): -12089742 or 7505479. OLE color: 7505479.

HSL color Cylindrical-coordinate representation of color #478672: hue angle of 160.95º 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 #478672 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 134 114 -
CMYK 0.47 0 0.15 0.47
HSL 160.95º 0.31% 0.4% -
HSV(B) 160.95º 0.47% 0.53% -
XYZ 14.16 19.6 18.96 -
YUV 112.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 71 134 114 0.47 0 0.15 0.47 160.95 0.31 0.4
Hex 47 86 72 2F 0 F 2F A1 1F 28
Octal 107 206 162 57 0 17 57 241 37 50
Binary 1000111 10000110 1110010 101111 0 1111 101111 10100001 11111 101000

Color Harmonies of #478672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478672

Black with #478672

Text Example


Text Example

White with #478672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478672; }

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

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

background-color css

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

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

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

border-color css

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

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

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