#40876E

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

Shades of Viridian #40876E

Tints of Viridian #40876E

Color information

#40876E (or 0x40876E) is unknown color: approx Viridian. HEX triplet: 40, 87 and 6E. RGB value is (64,135,110). Sum of RGB (Red+Green+Blue) = 64+135+110=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #40876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40876E is #BF7891. Grayscale: #6E6E6E. Windows color (decimal): -12548242 or 7243584. OLE color: 7243584.

HSL color Cylindrical-coordinate representation of color #40876E: hue angle of 158.87º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40876E is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB64135110-
CMYK0.5300.190.47
HSL158.87º35.68%39.02%-
HSV(B)158.87º52.59%52.94%-
XYZ13.5919.5417.81-
YUV110.92127.4894.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=20.71%
G=43.69%
B=35.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641351100.5300.190.47158.8735.6839.02
Hex40876E350132F9f2427
Octal10020715665023572374447
Binary100000010000111110111011010101001110111110011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40876E; }

 p { color: rgb(64,135,110); }

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

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

 a { background-color: rgb(64,135,110); }

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

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

 span { border-color: rgb(64,135,110); }

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