#428f6b

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

Shades of Viridian #428F6B

Tints of Viridian #428F6B

Color information

#428F6B (or 0x428F6B) is unknown color: approx Viridian. HEX triplet: 42, 8F and 6B. RGB value is (66,143,107). Sum of RGB (Red+Green+Blue) = 66+143+107=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #428F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F6B is #BD7094. Grayscale: #737373. Windows color (decimal): -12415125 or 7049026. OLE color: 7049026.

HSL color Cylindrical-coordinate representation of color #428F6B: hue angle of 151.95º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F6B is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB66143107-
CMYK0.5400.250.44
HSL151.95º36.84%40.98%-
HSV(B)151.95º53.85%56.08%-
XYZ14.7221.8617.35-
YUV115.87122.9992.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=20.89%
G=45.25%
B=33.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661431070.5400.250.44151.9536.8440.98
Hex428F6B360192C982529
Octal10221715366031542304551
Binary100001010001111110101111011001100110110010011000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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