#407A69

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

Shades of Viridian #407A69

Tints of Viridian #407A69

Color information

#407A69 (or 0x407A69) is unknown color: approx Viridian. HEX triplet: 40, 7A and 69. RGB value is (64,122,105). Sum of RGB (Red+Green+Blue) = 64+122+105=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #407A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A69 is #BF8596. Grayscale: #666666. Windows color (decimal): -12551575 or 6912576. OLE color: 6912576.

HSL color Cylindrical-coordinate representation of color #407A69: hue angle of 162.41º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A69 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB64122105-
CMYK0.4800.140.52
HSL162.41º31.18%36.47%-
HSV(B)162.41º47.54%47.84%-
XYZ11.6216.0315.85-
YUV102.72129.28100.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=21.99%
G=41.92%
B=36.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal641221050.4800.140.52162.4131.1836.47
Hex407A69300E34a21f24
Octal10017215160016642423744
Binary100000011110101101001110000011101101001010001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407A69; }

 p { color: rgb(64,122,105); }

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

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

 a { background-color: rgb(64,122,105); }

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

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

 span { border-color: rgb(64,122,105); }

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