#428070

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

Shades of Viridian #428070

Tints of Viridian #428070

Color information

#428070 (or 0x428070) is unknown color: approx Viridian. HEX triplet: 42, 80 and 70. RGB value is (66,128,112). Sum of RGB (Red+Green+Blue) = 66+128+112=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #428070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428070 is #BD7F8F. Grayscale: #6B6B6B. Windows color (decimal): -12418960 or 7372866. OLE color: 7372866.

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

Color convert

RGB66128112-
CMYK0.4800.120.50
HSL164.52º31.96%38.04%-
HSV(B)164.52º48.44%50.2%-
XYZ12.8917.7718.08-
YUV107.64130.4698.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=21.57%
G=41.83%
B=36.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661281120.4800.120.50164.5231.9638.04
Hex428070300C32a52026
Octal10220016060014622454046
Binary10000101000000011100001100000110011001010100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428070; }

 p { color: rgb(66,128,112); }

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

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

 a { background-color: rgb(66,128,112); }

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

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

 span { border-color: rgb(66,128,112); }

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