#408278

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

Shades of Viridian #408278

Tints of Viridian #408278

Color information

#408278 (or 0x408278) is unknown color: approx Viridian. HEX triplet: 40, 82 and 78. RGB value is (64,130,120). Sum of RGB (Red+Green+Blue) = 64+130+120=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #408278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408278 is #BF7D87. Grayscale: #6D6D6D. Windows color (decimal): -12549512 or 7897664. OLE color: 7897664.

HSL color Cylindrical-coordinate representation of color #408278: hue angle of 170.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408278 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB64130120-
CMYK0.5100.080.49
HSL170.91º34.02%38.04%-
HSV(B)170.91º50.77%50.98%-
XYZ13.4918.4120.61-
YUV109.13134.1395.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=20.38%
G=41.40%
B=38.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301200.5100.080.49170.9134.0238.04
Hex408278330831ab2226
Octal10020217063010612534246
Binary10000001000001011110001100110100011000110101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408278; }

 p { color: rgb(64,130,120); }

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

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

 a { background-color: rgb(64,130,120); }

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

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

 span { border-color: rgb(64,130,120); }

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