Html Css Color HEX #478272 Viridian

📋 copy color: '#478272'

red 71 ◦ green 130 ◦ blue 114

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

Shades of Viridian #478272

Tints of Viridian #478272

RGB

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

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

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

R = 22.54%
G = 41.27%
B = 36.19%

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

#478272 (or 0x478272) is known color: Viridian. HEX triplet: 47, 82 and 72. RGB value is (71,130,114). Sum of RGB (Red+Green+Blue) = 71+130+114=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #478272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478272 is #B87D8D. Grayscale: #6E6E6E. Windows color (decimal): -12090766 or 7504455. OLE color: 7504455.

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

Color convert

RGB 71 130 114 -
CMYK 0.45 0 0.12 0.49
HSL 163.73º 0.29% 0.39% -
HSV(B) 163.73º 0.45% 0.51% -
XYZ 13.62 18.52 18.78 -
YUV 110.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 71 130 114 0.45 0 0.12 0.49 163.73 0.29 0.39
Hex 47 82 72 2D 0 C 31 A4 1D 27
Octal 107 202 162 55 0 14 61 244 35 47
Binary 1000111 10000010 1110010 101101 0 1100 110001 10100100 11101 100111

Color Harmonies of #478272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478272

Black with #478272

Text Example


Text Example

White with #478272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478272; }

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

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

background-color css

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

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

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

border-color css

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

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

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