#428162

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

Shades of Viridian #428162

Tints of Viridian #428162

Color information

#428162 (or 0x428162) is unknown color: approx Viridian. HEX triplet: 42, 81 and 62. RGB value is (66,129,98). Sum of RGB (Red+Green+Blue) = 66+129+98=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #428162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428162 is #BD7E9D. Grayscale: #6A6A6A. Windows color (decimal): -12418718 or 6455618. OLE color: 6455618.

HSL color Cylindrical-coordinate representation of color #428162: hue angle of 150.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428162 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB6612998-
CMYK0.4900.240.49
HSL150.48º32.31%38.24%-
HSV(B)150.48º48.84%50.59%-
XYZ12.317.7414.33-
YUV106.63123.1399.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=22.53%
G=44.03%
B=33.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129980.4900.240.49150.4832.3138.24
Hex4281623101831962026
Octal10220114261030612264046
Binary100001010000001110001011000101100011000110010110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428162; }

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

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

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

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

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

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

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

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