#428A75

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

Shades of Viridian #428A75

Tints of Viridian #428A75

Color information

#428A75 (or 0x428A75) is unknown color: approx Viridian. HEX triplet: 42, 8A and 75. RGB value is (66,138,117). Sum of RGB (Red+Green+Blue) = 66+138+117=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #428A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A75 is #BD758A. Grayscale: #727272. Windows color (decimal): -12416395 or 7703106. OLE color: 7703106.

HSL color Cylindrical-coordinate representation of color #428A75: hue angle of 162.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A75 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB66138117-
CMYK0.5200.150.46
HSL162.5º35.29%40%-
HSV(B)162.5º52.17%54.12%-
XYZ14.5520.6220.04-
YUV114.08129.6593.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.56%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=20.56%
G=42.99%
B=36.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661381170.5200.150.46162.535.2940
Hex428A75340F2Ea22328
Octal10221216564017562424350
Binary10000101000101011101011101000111110111010100010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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