#408968

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

Shades of Viridian #408968

Tints of Viridian #408968

Color information

#408968 (or 0x408968) is unknown color: approx Viridian. HEX triplet: 40, 89 and 68. RGB value is (64,137,104). Sum of RGB (Red+Green+Blue) = 64+137+104=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #408968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408968 is #BF7697. Grayscale: #6F6F6F. Windows color (decimal): -12547736 or 6850880. OLE color: 6850880.

HSL color Cylindrical-coordinate representation of color #408968: hue angle of 152.88º 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 #408968 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB64137104-
CMYK0.5300.240.46
HSL152.88º36.32%39.41%-
HSV(B)152.88º53.28%53.73%-
XYZ13.5619.9816.24-
YUV111.41123.8294.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=20.98%
G=44.92%
B=34.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641371040.5300.240.46152.8836.3239.41
Hex408968350182E992427
Octal10021115065030562314447
Binary100000010001001110100011010101100010111010011001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408968; }

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

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

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

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

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

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

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

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