#408465

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

Shades of Viridian #408465

Tints of Viridian #408465

Color information

#408465 (or 0x408465) is unknown color: approx Viridian. HEX triplet: 40, 84 and 65. RGB value is (64,132,101). Sum of RGB (Red+Green+Blue) = 64+132+101=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #408465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408465 is #BF7B9A. Grayscale: #6C6C6C. Windows color (decimal): -12549019 or 6652992. OLE color: 6652992.

HSL color Cylindrical-coordinate representation of color #408465: hue angle of 152.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408465 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB64132101-
CMYK0.5200.230.48
HSL152.65º34.69%38.43%-
HSV(B)152.65º51.52%51.76%-
XYZ12.7118.5315.22-
YUV108.13123.9796.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=21.55%
G=44.44%
B=34.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641321010.5200.230.48152.6534.6938.43
Hex4084653401730992326
Octal10020414564027602314346
Binary100000010000100110010111010001011111000010011001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408465; }

 p { color: rgb(64,132,101); }

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

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

 a { background-color: rgb(64,132,101); }

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

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

 span { border-color: rgb(64,132,101); }

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