#409675

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

Shades of Viridian #409675

Tints of Viridian #409675

Color information

#409675 (or 0x409675) is unknown color: approx Viridian. HEX triplet: 40, 96 and 75. RGB value is (64,150,117). Sum of RGB (Red+Green+Blue) = 64+150+117=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #409675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409675 is #BF698A. Grayscale: #787878. Windows color (decimal): -12544395 or 7706176. OLE color: 7706176.

HSL color Cylindrical-coordinate representation of color #409675: hue angle of 156.98º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #409675 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB64150117-
CMYK0.5700.220.41
HSL156.98º40.19%41.96%-
HSV(B)156.98º57.33%58.82%-
XYZ16.2324.1920.64-
YUV120.52126.0187.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=19.34%
G=45.32%
B=35.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal641501170.5700.220.41156.9840.1941.96
Hex40967539016299d282a
Octal10022616571026512355052
Binary100000010010110111010111100101011010100110011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409675; }

 p { color: rgb(64,150,117); }

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

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

 a { background-color: rgb(64,150,117); }

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

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

 span { border-color: rgb(64,150,117); }

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