#408965

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

Shades of Viridian #408965

Tints of Viridian #408965

Color information

#408965 (or 0x408965) is unknown color: approx Viridian. HEX triplet: 40, 89 and 65. RGB value is (64,137,101). Sum of RGB (Red+Green+Blue) = 64+137+101=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #408965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408965 is #BF769A. Grayscale: #6F6F6F. Windows color (decimal): -12547739 or 6654272. OLE color: 6654272.

HSL color Cylindrical-coordinate representation of color #408965: hue angle of 150.41º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408965 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB64137101-
CMYK0.5300.260.46
HSL150.41º36.32%39.41%-
HSV(B)150.41º53.28%53.73%-
XYZ13.4119.9215.45-
YUV111.07122.3294.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=21.19%
G=45.36%
B=33.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371010.5300.260.46150.4136.3239.41
Hex4089653501A2E962427
Octal10021114565032562264447
Binary100000010001001110010111010101101010111010010110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408965; }

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

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

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

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

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

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

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

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