#428071

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

Shades of Viridian #428071

Tints of Viridian #428071

Color information

#428071 (or 0x428071) is unknown color: approx Viridian. HEX triplet: 42, 80 and 71. RGB value is (66,128,113). Sum of RGB (Red+Green+Blue) = 66+128+113=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #428071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428071 is #BD7F8E. Grayscale: #6B6B6B. Windows color (decimal): -12418959 or 7438402. OLE color: 7438402.

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

Color convert

RGB66128113-
CMYK0.4800.120.50
HSL165.48º31.96%38.04%-
HSV(B)165.48º48.44%50.2%-
XYZ12.9517.7918.37-
YUV107.75130.9698.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=21.50%
G=41.69%
B=36.81%

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
Decimal661281130.4800.120.50165.4831.9638.04
Hex428071300C32a52026
Octal10220016160014622454046
Binary10000101000000011100011100000110011001010100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428071; }

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

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

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

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

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

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

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

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