#478069

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

Shades of Viridian #478069

Tints of Viridian #478069

Color information

#478069 (or 0x478069) is unknown color: approx Viridian. HEX triplet: 47, 80 and 69. RGB value is (71,128,105). Sum of RGB (Red+Green+Blue) = 71+128+105=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #478069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478069 is #B87F96. Grayscale: #6C6C6C. Windows color (decimal): -12091287 or 6914119. OLE color: 6914119.

HSL color Cylindrical-coordinate representation of color #478069: hue angle of 155.79º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478069 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB71128105-
CMYK0.4500.180.50
HSL155.79º28.64%39.02%-
HSV(B)155.79º44.53%50.2%-
XYZ12.8717.816.12-
YUV108.34126.12101.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 128 (50.39% from 255) = 42.11%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=23.36%
G=42.11%
B=34.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711281050.4500.180.50155.7928.6439.02
Hex4780692D012329c1d27
Octal10720015155022622343547
Binary10001111000000011010011011010100101100101001110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478069; }

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

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

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

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

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

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

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

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