#478868

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

Shades of Viridian #478868

Tints of Viridian #478868

Color information

#478868 (or 0x478868) is unknown color: approx Viridian. HEX triplet: 47, 88 and 68. RGB value is (71,136,104). Sum of RGB (Red+Green+Blue) = 71+136+104=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #478868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478868 is #B87797. Grayscale: #707070. Windows color (decimal): -12089240 or 6850631. OLE color: 6850631.

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

Color convert

RGB71136104-
CMYK0.4800.240.47
HSL150.46º31.4%40.59%-
HSV(B)150.46º47.79%53.33%-
XYZ13.919.9516.21-
YUV112.92122.9798.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=22.83%
G=43.73%
B=33.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361040.4800.240.47150.4631.440.59
Hex478868300182F961f29
Octal10721015060030572263751
Binary10001111000100011010001100000110001011111001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478868; }

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

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

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

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

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

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

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

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