#40876F

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

Shades of Viridian #40876F

Tints of Viridian #40876F

Color information

#40876F (or 0x40876F) is unknown color: approx Viridian. HEX triplet: 40, 87 and 6F. RGB value is (64,135,111). Sum of RGB (Red+Green+Blue) = 64+135+111=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #40876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40876F is #BF7890. Grayscale: #6F6F6F. Windows color (decimal): -12548241 or 7309120. OLE color: 7309120.

HSL color Cylindrical-coordinate representation of color #40876F: hue angle of 159.72º 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 #40876F is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB64135111-
CMYK0.5300.180.47
HSL159.72º35.68%39.02%-
HSV(B)159.72º52.59%52.94%-
XYZ13.6519.5718.1-
YUV111.03127.9894.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=20.65%
G=43.55%
B=35.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641351110.5300.180.47159.7235.6839.02
Hex40876F350122Fa02427
Octal10020715765022572404447
Binary100000010000111110111111010101001010111110100000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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