#407868

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

Shades of Viridian #407868

Tints of Viridian #407868

Color information

#407868 (or 0x407868) is unknown color: approx Viridian. HEX triplet: 40, 78 and 68. RGB value is (64,120,104). Sum of RGB (Red+Green+Blue) = 64+120+104=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #407868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407868 is #BF8797. Grayscale: #656565. Windows color (decimal): -12552088 or 6846528. OLE color: 6846528.

HSL color Cylindrical-coordinate representation of color #407868: hue angle of 162.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407868 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB64120104-
CMYK0.4700.130.53
HSL162.86º30.43%36.08%-
HSV(B)162.86º46.67%47.06%-
XYZ11.3315.5215.5-
YUV101.43129.45101.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=22.22%
G=41.67%
B=36.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201040.4700.130.53162.8630.4336.08
Hex4078682F0D35a31e24
Octal10017015057015652433644
Binary100000011110001101000101111011011101011010001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407868; }

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

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

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

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

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

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

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

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