#428577

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

Shades of Viridian #428577

Tints of Viridian #428577

Color information

#428577 (or 0x428577) is unknown color: approx Viridian. HEX triplet: 42, 85 and 77. RGB value is (66,133,119). Sum of RGB (Red+Green+Blue) = 66+133+119=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #428577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428577 is #BD7A88. Grayscale: #6F6F6F. Windows color (decimal): -12417673 or 7832898. OLE color: 7832898.

HSL color Cylindrical-coordinate representation of color #428577: hue angle of 167.46º 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 #428577 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB66133119-
CMYK0.5000.110.48
HSL167.46º33.67%39.02%-
HSV(B)167.46º50.38%52.16%-
XYZ13.9619.2720.44-
YUV111.37132.395.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=20.75%
G=41.82%
B=37.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331190.5000.110.48167.4633.6739.02
Hex428577320B30a72227
Octal10220516762013602474247
Binary10000101000010111101111100100101111000010100111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428577; }

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

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

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

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

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

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

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

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