#428062

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

Shades of Viridian #428062

Tints of Viridian #428062

Color information

#428062 (or 0x428062) is unknown color: approx Viridian. HEX triplet: 42, 80 and 62. RGB value is (66,128,98). Sum of RGB (Red+Green+Blue) = 66+128+98=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #428062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428062 is #BD7F9D. Grayscale: #6A6A6A. Windows color (decimal): -12418974 or 6455362. OLE color: 6455362.

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

Color convert

RGB6612898-
CMYK0.4800.230.50
HSL150.97º31.96%38.04%-
HSV(B)150.97º48.44%50.2%-
XYZ12.1717.4814.29-
YUV106.04123.4699.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 98 (38.67% from 255) = 33.56%
R=22.60%
G=43.84%
B=33.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128980.4800.230.50150.9731.9638.04
Hex4280623001732972026
Octal10220014260027622274046
Binary100001010000000110001011000001011111001010010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428062; }

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

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

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

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

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

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

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

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