#407866

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

Shades of Viridian #407866

Tints of Viridian #407866

Color information

#407866 (or 0x407866) is unknown color: approx Viridian. HEX triplet: 40, 78 and 66. RGB value is (64,120,102). Sum of RGB (Red+Green+Blue) = 64+120+102=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #407866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407866 is #BF8799. Grayscale: #656565. Windows color (decimal): -12552090 or 6715456. OLE color: 6715456.

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

Color convert

RGB64120102-
CMYK0.4700.150.53
HSL160.71º30.43%36.08%-
HSV(B)160.71º46.67%47.06%-
XYZ11.2315.4814.97-
YUV101.2128.45101.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=22.38%
G=41.96%
B=35.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201020.4700.150.53160.7130.4336.08
Hex4078662F0F35a11e24
Octal10017014657017652413644
Binary100000011110001100110101111011111101011010000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407866; }

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

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

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

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

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

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

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

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