#428161

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

Shades of Como #428161

Tints of Como #428161

Color information

#428161 (or 0x428161) is unknown color: approx Como. HEX triplet: 42, 81 and 61. RGB value is (66,129,97). Sum of RGB (Red+Green+Blue) = 66+129+97=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #428161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428161 is #BD7E9E. Grayscale: #6A6A6A. Windows color (decimal): -12418719 or 6390082. OLE color: 6390082.

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

Color convert

RGB6612997-
CMYK0.4900.250.49
HSL149.52º32.31%38.24%-
HSV(B)149.52º48.84%50.59%-
XYZ12.2517.7214.08-
YUV106.51122.6399.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=22.60%
G=44.18%
B=33.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129970.4900.250.49149.5232.3138.24
Hex4281613101931962026
Octal10220114161031612264046
Binary100001010000001110000111000101100111000110010110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428161; }

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

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

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

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

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

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

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

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