#478875

Color #478875 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #478875

Tints of Viridian #478875

Color information

#478875 (or 0x478875) is unknown color: approx Viridian. HEX triplet: 47, 88 and 75. RGB value is (71,136,117). Sum of RGB (Red+Green+Blue) = 71+136+117=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #478875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478875 is #B8778A. Grayscale: #727272. Windows color (decimal): -12089227 or 7702599. OLE color: 7702599.

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

Color convert

RGB71136117-
CMYK0.4800.140.47
HSL162.46º31.4%40.59%-
HSV(B)162.46º47.79%53.33%-
XYZ14.6120.2319.96-
YUV114.4129.4797.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=21.91%
G=41.98%
B=36.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361170.4800.140.47162.4631.440.59
Hex478875300E2Fa21f29
Octal10721016560016572423751
Binary1000111100010001110101110000011101011111010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478875; }

 p { color: rgb(71,136,117); }

 H1.HeaderClassName
 {
   color: #478875;
 }
 .AnyTagClassName
 {
   color: #478875;
 }
</style>
background-color css

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

 a { background-color: rgb(71,136,117); }

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

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

 span { border-color: rgb(71,136,117); }

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