#40876A

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

Shades of Viridian #40876A

Tints of Viridian #40876A

Color information

#40876A (or 0x40876A) is unknown color: approx Viridian. HEX triplet: 40, 87 and 6A. RGB value is (64,135,106). Sum of RGB (Red+Green+Blue) = 64+135+106=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #40876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40876A is #BF7895. Grayscale: #6E6E6E. Windows color (decimal): -12548246 or 6981440. OLE color: 6981440.

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

Color convert

RGB64135106-
CMYK0.5300.210.47
HSL155.49º35.68%39.02%-
HSV(B)155.49º52.59%52.94%-
XYZ13.3819.4616.69-
YUV110.46125.4894.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=20.98%
G=44.26%
B=34.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641351060.5300.210.47155.4935.6839.02
Hex40876A350152F9b2427
Octal10020715265025572334447
Binary100000010000111110101011010101010110111110011011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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