#409375

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

Shades of Viridian #409375

Tints of Viridian #409375

Color information

#409375 (or 0x409375) is unknown color: approx Viridian. HEX triplet: 40, 93 and 75. RGB value is (64,147,117). Sum of RGB (Red+Green+Blue) = 64+147+117=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #409375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409375 is #BF6C8A. Grayscale: #767676. Windows color (decimal): -12545163 or 7705408. OLE color: 7705408.

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

Color convert

RGB64147117-
CMYK0.5600.200.42
HSL158.31º39.34%41.37%-
HSV(B)158.31º56.46%57.65%-
XYZ15.7623.2420.49-
YUV118.7612788.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=19.51%
G=44.82%
B=35.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471170.5600.200.42158.3139.3441.37
Hex409375380142A9e2729
Octal10022316570024522364751
Binary100000010010011111010111100001010010101010011110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409375; }

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

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

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

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

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

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

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

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