#409277

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

Shades of Viridian #409277

Tints of Viridian #409277

Color information

#409277 (or 0x409277) is unknown color: approx Viridian. HEX triplet: 40, 92 and 77. RGB value is (64,146,119). Sum of RGB (Red+Green+Blue) = 64+146+119=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #409277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409277 is #BF6D88. Grayscale: #767676. Windows color (decimal): -12545417 or 7836224. OLE color: 7836224.

HSL color Cylindrical-coordinate representation of color #409277: hue angle of 160.24º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409277 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB64146119-
CMYK0.5600.180.43
HSL160.24º39.05%41.18%-
HSV(B)160.24º56.16%57.25%-
XYZ15.7222.9821.06-
YUV118.4128.3389.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=19.45%
G=44.38%
B=36.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461190.5600.180.43160.2439.0541.18
Hex409277380122Ba02729
Octal10022216770022532404751
Binary100000010010010111011111100001001010101110100000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409277; }

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

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

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

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

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

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

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

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