#429676

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

Shades of Viridian #429676

Tints of Viridian #429676

Color information

#429676 (or 0x429676) is unknown color: approx Viridian. HEX triplet: 42, 96 and 76. RGB value is (66,150,118). Sum of RGB (Red+Green+Blue) = 66+150+118=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #429676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429676 is #BD6989. Grayscale: #797979. Windows color (decimal): -12413322 or 7771714. OLE color: 7771714.

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

Color convert

RGB66150118-
CMYK0.5600.210.41
HSL157.14º38.89%42.35%-
HSV(B)157.14º56%58.82%-
XYZ16.4224.2820.96-
YUV121.24126.1788.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 150 (58.98% from 255) = 44.91%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=19.76%
G=44.91%
B=35.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501180.5600.210.41157.1438.8942.35
Hex42967638015299d272a
Octal10222616670025512354752
Binary100001010010110111011011100001010110100110011101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429676; }

 p { color: rgb(66,150,118); }

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

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

 a { background-color: rgb(66,150,118); }

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

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

 span { border-color: rgb(66,150,118); }

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