#408663

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

Shades of Viridian #408663

Tints of Viridian #408663

Color information

#408663 (or 0x408663) is unknown color: approx Viridian. HEX triplet: 40, 86 and 63. RGB value is (64,134,99). Sum of RGB (Red+Green+Blue) = 64+134+99=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #408663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408663 is #BF799C. Grayscale: #6D6D6D. Windows color (decimal): -12548509 or 6522432. OLE color: 6522432.

HSL color Cylindrical-coordinate representation of color #408663: hue angle of 150º 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 #408663 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB6413499-
CMYK0.5200.260.47
HSL150º35.35%38.82%-
HSV(B)150º52.24%52.55%-
XYZ12.8919.0414.8-
YUV109.08122.3195.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=21.55%
G=45.12%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134990.5200.260.4715035.3538.82
Hex4086633401A2F962327
Octal10020614364032572264347
Binary100000010000110110001111010001101010111110010110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408663; }

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

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

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

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

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

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

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

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