#407766

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

Shades of Viridian #407766

Tints of Viridian #407766

Color information

#407766 (or 0x407766) is unknown color: approx Viridian. HEX triplet: 40, 77 and 66. RGB value is (64,119,102). Sum of RGB (Red+Green+Blue) = 64+119+102=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #407766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407766 is #BF8899. Grayscale: #646464. Windows color (decimal): -12552346 or 6715200. OLE color: 6715200.

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

Color convert

RGB64119102-
CMYK0.4600.140.53
HSL161.45º30.05%35.88%-
HSV(B)161.45º46.22%46.67%-
XYZ11.1115.2414.93-
YUV100.62128.78101.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=22.46%
G=41.75%
B=35.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191020.4600.140.53161.4530.0535.88
Hex4077662E0E35a11e24
Octal10016714656016652413644
Binary100000011101111100110101110011101101011010000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407766; }

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

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

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

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

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

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

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

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