#428261

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

Shades of Como #428261

Tints of Como #428261

Color information

#428261 (or 0x428261) is unknown color: approx Como. HEX triplet: 42, 82 and 61. RGB value is (66,130,97). Sum of RGB (Red+Green+Blue) = 66+130+97=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #428261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428261 is #BD7D9E. Grayscale: #6B6B6B. Windows color (decimal): -12418463 or 6390338. OLE color: 6390338.

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

Color convert

RGB6613097-
CMYK0.4900.250.49
HSL149.06º32.65%38.43%-
HSV(B)149.06º49.23%50.98%-
XYZ12.3917.9914.13-
YUV107.1122.398.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=22.53%
G=44.37%
B=33.11%

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
Decimal66130970.4900.250.49149.0632.6538.43
Hex4282613101931952126
Octal10220214161031612254146
Binary100001010000010110000111000101100111000110010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428261; }

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

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

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

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

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

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

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

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