#408668

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

Shades of Viridian #408668

Tints of Viridian #408668

Color information

#408668 (or 0x408668) is unknown color: approx Viridian. HEX triplet: 40, 86 and 68. RGB value is (64,134,104). Sum of RGB (Red+Green+Blue) = 64+134+104=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #408668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408668 is #BF7997. Grayscale: #6D6D6D. Windows color (decimal): -12548504 or 6850112. OLE color: 6850112.

HSL color Cylindrical-coordinate representation of color #408668: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408668 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB64134104-
CMYK0.5200.220.47
HSL154.29º35.35%38.82%-
HSV(B)154.29º52.24%52.55%-
XYZ13.1419.1416.1-
YUV109.65124.8195.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=21.19%
G=44.37%
B=34.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341040.5200.220.47154.2935.3538.82
Hex408668340162F9a2327
Octal10020615064026572324347
Binary100000010000110110100011010001011010111110011010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408668; }

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

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

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

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

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

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

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

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