#428160

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

Shades of Como #428160

Tints of Como #428160

Color information

#428160 (or 0x428160) is unknown color: approx Como. HEX triplet: 42, 81 and 60. RGB value is (66,129,96). Sum of RGB (Red+Green+Blue) = 66+129+96=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #428160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428160 is #BD7E9F. Grayscale: #6A6A6A. Windows color (decimal): -12418720 or 6324546. OLE color: 6324546.

HSL color Cylindrical-coordinate representation of color #428160: hue angle of 148.57º 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 #428160 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6612996-
CMYK0.4900.260.49
HSL148.57º32.31%38.24%-
HSV(B)148.57º48.84%50.59%-
XYZ12.2117.713.84-
YUV106.4122.1399.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=22.68%
G=44.33%
B=32.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129960.4900.260.49148.5732.3138.24
Hex4281603101A31952026
Octal10220114061032612254046
Binary100001010000001110000011000101101011000110010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428160; }

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

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

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

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

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

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

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

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