#478A69

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

Shades of Viridian #478A69

Tints of Viridian #478A69

Color information

#478A69 (or 0x478A69) is unknown color: approx Viridian. HEX triplet: 47, 8A and 69. RGB value is (71,138,105). Sum of RGB (Red+Green+Blue) = 71+138+105=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #478A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478A69 is #B87596. Grayscale: #727272. Windows color (decimal): -12088727 or 6916679. OLE color: 6916679.

HSL color Cylindrical-coordinate representation of color #478A69: hue angle of 150.45º 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 #478A69 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB71138105-
CMYK0.4900.240.46
HSL150.45º32.06%40.98%-
HSV(B)150.45º48.55%54.12%-
XYZ14.2420.5416.58-
YUV114.2122.897.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=22.61%
G=43.95%
B=33.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711381050.4900.240.46150.4532.0640.98
Hex478A69310182E962029
Octal10721215161030562264051
Binary100011110001010110100111000101100010111010010110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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