#428574

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

Shades of Viridian #428574

Tints of Viridian #428574

Color information

#428574 (or 0x428574) is unknown color: approx Viridian. HEX triplet: 42, 85 and 74. RGB value is (66,133,116). Sum of RGB (Red+Green+Blue) = 66+133+116=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #428574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428574 is #BD7A8B. Grayscale: #6F6F6F. Windows color (decimal): -12417676 or 7636290. OLE color: 7636290.

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

Color convert

RGB66133116-
CMYK0.5000.130.48
HSL164.78º33.67%39.02%-
HSV(B)164.78º50.38%52.16%-
XYZ13.7919.1919.5-
YUV111.03130.895.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=20.95%
G=42.22%
B=36.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal661331160.5000.130.48164.7833.6739.02
Hex428574320D30a52227
Octal10220516462015602454247
Binary10000101000010111101001100100110111000010100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428574; }

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

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

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

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

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

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

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

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