#42956F

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

Shades of Viridian #42956F

Tints of Viridian #42956F

Color information

#42956F (or 0x42956F) is unknown color: approx Viridian. HEX triplet: 42, 95 and 6F. RGB value is (66,149,111). Sum of RGB (Red+Green+Blue) = 66+149+111=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #42956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42956F is #BD6A90. Grayscale: #777777. Windows color (decimal): -12413585 or 7312706. OLE color: 7312706.

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

Color convert

RGB66149111-
CMYK0.5600.260.42
HSL152.53º38.6%42.16%-
HSV(B)152.53º55.7%58.43%-
XYZ15.8623.818.8-
YUV119.8512389.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=20.25%
G=45.71%
B=34.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661491110.5600.260.42152.5338.642.16
Hex42956F3801A2A99272a
Octal10222515770032522314752
Binary100001010010101110111111100001101010101010011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,149,111); }

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

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

 a { background-color: rgb(66,149,111); }

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

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

 span { border-color: rgb(66,149,111); }

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