#428D6E

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

Shades of Viridian #428D6E

Tints of Viridian #428D6E

Color information

#428D6E (or 0x428D6E) is unknown color: approx Viridian. HEX triplet: 42, 8D and 6E. RGB value is (66,141,110). Sum of RGB (Red+Green+Blue) = 66+141+110=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #428D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D6E is #BD7291. Grayscale: #737373. Windows color (decimal): -12415634 or 7245122. OLE color: 7245122.

HSL color Cylindrical-coordinate representation of color #428D6E: hue angle of 155.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D6E is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB66141110-
CMYK0.5300.220.45
HSL155.2º36.23%40.59%-
HSV(B)155.2º53.19%55.29%-
XYZ14.5921.3318.1-
YUV115.04125.1593.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=20.82%
G=44.48%
B=34.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661411100.5300.220.45155.236.2340.59
Hex428D6E350162D9b2429
Octal10221515665026552334451
Binary100001010001101110111011010101011010110110011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428D6E; }

 p { color: rgb(66,141,110); }

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

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

 a { background-color: rgb(66,141,110); }

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

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

 span { border-color: rgb(66,141,110); }

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