#42936D

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

Shades of Viridian #42936D

Tints of Viridian #42936D

Color information

#42936D (or 0x42936D) is unknown color: approx Viridian. HEX triplet: 42, 93 and 6D. RGB value is (66,147,109). Sum of RGB (Red+Green+Blue) = 66+147+109=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #42936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42936D is #BD6C92. Grayscale: #767676. Windows color (decimal): -12414099 or 7181122. OLE color: 7181122.

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

Color convert

RGB66147109-
CMYK0.5500.260.42
HSL151.85º38.03%41.76%-
HSV(B)151.85º55.1%57.65%-
XYZ15.4423.1318.12-
YUV118.45122.6690.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=20.50%
G=45.65%
B=33.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661471090.5500.260.42151.8538.0341.76
Hex42936D3701A2A98262a
Octal10222315567032522304652
Binary100001010010011110110111011101101010101010011000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42936D; }

 p { color: rgb(66,147,109); }

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

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

 a { background-color: rgb(66,147,109); }

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

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

 span { border-color: rgb(66,147,109); }

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