#478866

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

Shades of Viridian #478866

Tints of Viridian #478866

Color information

#478866 (or 0x478866) is unknown color: approx Viridian. HEX triplet: 47, 88 and 66. RGB value is (71,136,102). Sum of RGB (Red+Green+Blue) = 71+136+102=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #478866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478866 is #B87799. Grayscale: #707070. Windows color (decimal): -12089242 or 6719559. OLE color: 6719559.

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

Color convert

RGB71136102-
CMYK0.4800.250.47
HSL148.62º31.4%40.59%-
HSV(B)148.62º47.79%53.33%-
XYZ13.819.9115.69-
YUV112.69121.9798.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=22.98%
G=44.01%
B=33.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361020.4800.250.47148.6231.440.59
Hex478866300192F951f29
Octal10721014660031572253751
Binary10001111000100011001101100000110011011111001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478866; }

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

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

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

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

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

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

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

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