#478A6A

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

Shades of Viridian #478A6A

Tints of Viridian #478A6A

Color information

#478A6A (or 0x478A6A) is unknown color: approx Viridian. HEX triplet: 47, 8A and 6A. RGB value is (71,138,106). Sum of RGB (Red+Green+Blue) = 71+138+106=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #478A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478A6A is #B87595. Grayscale: #727272. Windows color (decimal): -12088726 or 6982215. OLE color: 6982215.

HSL color Cylindrical-coordinate representation of color #478A6A: hue angle of 151.34º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478A6A is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB71138106-
CMYK0.4900.230.46
HSL151.34º32.06%40.98%-
HSV(B)151.34º48.55%54.12%-
XYZ14.2920.5616.85-
YUV114.32123.397.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=22.54%
G=43.81%
B=33.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711381060.4900.230.46151.3432.0640.98
Hex478A6A310172E972029
Octal10721215261027562274051
Binary100011110001010110101011000101011110111010010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478A6A; }

 p { color: rgb(71,138,106); }

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

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

 a { background-color: rgb(71,138,106); }

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

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

 span { border-color: rgb(71,138,106); }

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