#407767

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

Shades of Viridian #407767

Tints of Viridian #407767

Color information

#407767 (or 0x407767) is unknown color: approx Viridian. HEX triplet: 40, 77 and 67. RGB value is (64,119,103). Sum of RGB (Red+Green+Blue) = 64+119+103=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #407767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407767 is #BF8898. Grayscale: #646464. Windows color (decimal): -12552345 or 6780736. OLE color: 6780736.

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

Color convert

RGB64119103-
CMYK0.4600.130.53
HSL162.55º30.05%35.88%-
HSV(B)162.55º46.22%46.67%-
XYZ11.1615.2615.19-
YUV100.73129.28101.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=22.38%
G=41.61%
B=36.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191030.4600.130.53162.5530.0535.88
Hex4077672E0D35a31e24
Octal10016714756015652433644
Binary100000011101111100111101110011011101011010001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407767; }

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

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

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

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

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

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

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

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