#428D6B

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

Shades of Viridian #428D6B

Tints of Viridian #428D6B

Color information

#428D6B (or 0x428D6B) is unknown color: approx Viridian. HEX triplet: 42, 8D and 6B. RGB value is (66,141,107). Sum of RGB (Red+Green+Blue) = 66+141+107=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #428D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D6B is #BD7294. Grayscale: #727272. Windows color (decimal): -12415637 or 7048514. OLE color: 7048514.

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

Color convert

RGB66141107-
CMYK0.5300.240.45
HSL152.8º36.23%40.59%-
HSV(B)152.8º53.19%55.29%-
XYZ14.4321.2717.26-
YUV114.7123.6593.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=21.02%
G=44.90%
B=34.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661411070.5300.240.45152.836.2340.59
Hex428D6B350182D992429
Octal10221515365030552314451
Binary100001010001101110101111010101100010110110011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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