#408268

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

Shades of Viridian #408268

Tints of Viridian #408268

Color information

#408268 (or 0x408268) is unknown color: approx Viridian. HEX triplet: 40, 82 and 68. RGB value is (64,130,104). Sum of RGB (Red+Green+Blue) = 64+130+104=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #408268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408268 is #BF7D97. Grayscale: #6B6B6B. Windows color (decimal): -12549528 or 6849088. OLE color: 6849088.

HSL color Cylindrical-coordinate representation of color #408268: hue angle of 156.36º 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 #408268 is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB64130104-
CMYK0.5100.20.49
HSL156.36º34.02%38.04%-
HSV(B)156.36º50.77%50.98%-
XYZ12.618.0515.92-
YUV107.3126.1397.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=21.48%
G=43.62%
B=34.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301040.5100.20.49156.3634.0238.04
Hex40826833014319c2226
Octal10020215063024612344246
Binary100000010000010110100011001101010011000110011100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408268; }

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

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

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

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

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

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

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

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