#408565

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

Shades of Viridian #408565

Tints of Viridian #408565

Color information

#408565 (or 0x408565) is unknown color: approx Viridian. HEX triplet: 40, 85 and 65. RGB value is (64,133,101). Sum of RGB (Red+Green+Blue) = 64+133+101=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #408565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408565 is #BF7A9A. Grayscale: #6C6C6C. Windows color (decimal): -12548763 or 6653248. OLE color: 6653248.

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

Color convert

RGB64133101-
CMYK0.5200.240.48
HSL152.17º35.03%38.63%-
HSV(B)152.17º51.88%52.16%-
XYZ12.8518.815.26-
YUV108.72123.6496.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=21.48%
G=44.63%
B=33.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331010.5200.240.48152.1735.0338.63
Hex4085653401830982327
Octal10020514564030602304347
Binary100000010000101110010111010001100011000010011000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408565; }

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

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

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

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

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

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

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

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