#408365

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

Shades of Viridian #408365

Tints of Viridian #408365

Color information

#408365 (or 0x408365) is unknown color: approx Viridian. HEX triplet: 40, 83 and 65. RGB value is (64,131,101). Sum of RGB (Red+Green+Blue) = 64+131+101=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #408365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408365 is #BF7C9A. Grayscale: #6B6B6B. Windows color (decimal): -12549275 or 6652736. OLE color: 6652736.

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

Color convert

RGB64131101-
CMYK0.5100.230.49
HSL153.13º34.36%38.24%-
HSV(B)153.13º51.15%51.37%-
XYZ12.5818.2615.17-
YUV107.55124.396.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 131 (51.56% from 255) = 44.26%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=21.62%
G=44.26%
B=34.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641311010.5100.230.49153.1334.3638.24
Hex4083653301731992226
Octal10020314563027612314246
Binary100000010000011110010111001101011111000110011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408365; }

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

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

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

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

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

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

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

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