#478068

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

Shades of Viridian #478068

Tints of Viridian #478068

Color information

#478068 (or 0x478068) is unknown color: approx Viridian. HEX triplet: 47, 80 and 68. RGB value is (71,128,104). Sum of RGB (Red+Green+Blue) = 71+128+104=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #478068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478068 is #B87F97. Grayscale: #6C6C6C. Windows color (decimal): -12091288 or 6848583. OLE color: 6848583.

HSL color Cylindrical-coordinate representation of color #478068: hue angle of 154.74º 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 #478068 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB71128104-
CMYK0.4500.190.50
HSL154.74º28.64%39.02%-
HSV(B)154.74º44.53%50.2%-
XYZ12.8217.7815.85-
YUV108.22125.62101.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=23.43%
G=42.24%
B=34.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711281040.4500.190.50154.7428.6439.02
Hex4780682D013329b1d27
Octal10720015055023622333547
Binary10001111000000011010001011010100111100101001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478068; }

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

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

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

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

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

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

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

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