#428D69

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

Shades of Viridian #428D69

Tints of Viridian #428D69

Color information

#428D69 (or 0x428D69) is unknown color: approx Viridian. HEX triplet: 42, 8D and 69. RGB value is (66,141,105). Sum of RGB (Red+Green+Blue) = 66+141+105=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #428D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D69 is #BD7296. Grayscale: #727272. Windows color (decimal): -12415639 or 6917442. OLE color: 6917442.

HSL color Cylindrical-coordinate representation of color #428D69: hue angle of 151.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 #428D69 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB66141105-
CMYK0.5300.260.45
HSL151.2º36.23%40.59%-
HSV(B)151.2º53.19%55.29%-
XYZ14.3221.2316.71-
YUV114.47122.6593.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.15%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=21.15%
G=45.19%
B=33.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661411050.5300.260.45151.236.2340.59
Hex428D693501A2D972429
Octal10221515165032552274451
Binary100001010001101110100111010101101010110110010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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