#428575

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

Shades of Viridian #428575

Tints of Viridian #428575

Color information

#428575 (or 0x428575) is unknown color: approx Viridian. HEX triplet: 42, 85 and 75. RGB value is (66,133,117). Sum of RGB (Red+Green+Blue) = 66+133+117=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #428575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428575 is #BD7A8A. Grayscale: #6F6F6F. Windows color (decimal): -12417675 or 7701826. OLE color: 7701826.

HSL color Cylindrical-coordinate representation of color #428575: hue angle of 165.67º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428575 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB66133117-
CMYK0.5000.120.48
HSL165.67º33.67%39.02%-
HSV(B)165.67º50.38%52.16%-
XYZ13.8519.2219.81-
YUV111.14131.395.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=20.89%
G=42.09%
B=37.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331170.5000.120.48165.6733.6739.02
Hex428575320C30a62227
Octal10220516562014602464247
Binary10000101000010111101011100100110011000010100110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428575; }

 p { color: rgb(66,133,117); }

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

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

 a { background-color: rgb(66,133,117); }

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

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

 span { border-color: rgb(66,133,117); }

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