#428C75

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

Shades of Viridian #428C75

Tints of Viridian #428C75

Color information

#428C75 (or 0x428C75) is unknown color: approx Viridian. HEX triplet: 42, 8C and 75. RGB value is (66,140,117). Sum of RGB (Red+Green+Blue) = 66+140+117=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 140 - color contains mainly: green. Hex color #428C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C75 is #BD738A. Grayscale: #737373. Windows color (decimal): -12415883 or 7703618. OLE color: 7703618.

HSL color Cylindrical-coordinate representation of color #428C75: hue angle of 161.35º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C75 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB66140117-
CMYK0.5300.160.45
HSL161.35º35.92%40.39%-
HSV(B)161.35º52.86%54.9%-
XYZ14.8421.220.14-
YUV115.25128.9892.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.43%
GREEN value IS 140 (55.08% from 255) = 43.34%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=20.43%
G=43.34%
B=36.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661401170.5300.160.45161.3535.9240.39
Hex428C75350102Da12428
Octal10221416565020552414450
Binary100001010001100111010111010101000010110110100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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