#408568

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

Shades of Viridian #408568

Tints of Viridian #408568

Color information

#408568 (or 0x408568) is unknown color: approx Viridian. HEX triplet: 40, 85 and 68. RGB value is (64,133,104). Sum of RGB (Red+Green+Blue) = 64+133+104=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #408568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408568 is #BF7A97. Grayscale: #6D6D6D. Windows color (decimal): -12548760 or 6849856. OLE color: 6849856.

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

Color convert

RGB64133104-
CMYK0.5200.220.48
HSL154.78º35.03%38.63%-
HSV(B)154.78º51.88%52.16%-
XYZ1318.8616.05-
YUV109.06125.1495.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=21.26%
G=44.19%
B=34.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331040.5200.220.48154.7835.0338.63
Hex40856834016309b2327
Octal10020515064026602334347
Binary100000010000101110100011010001011011000010011011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408568; }

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

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

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

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

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

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

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

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