#426F51

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

Shades of Amazon #426F51

Tints of Amazon #426F51

Color information

#426F51 (or 0x426F51) is unknown color: approx Amazon. HEX triplet: 42, 6F and 51. RGB value is (66,111,81). Sum of RGB (Red+Green+Blue) = 66+111+81=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #426F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F51 is #BD90AE. Grayscale: #5E5E5E. Windows color (decimal): -12423343 or 5336898. OLE color: 5336898.

HSL color Cylindrical-coordinate representation of color #426F51: hue angle of 140º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #426F51 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB6611181-
CMYK0.4100.270.56
HSL140º25.42%34.71%-
HSV(B)140º40.54%43.53%-
XYZ9.4213.129.82-
YUV94.12120.59107.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=25.58%
G=43.02%
B=31.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66111810.4100.270.5614025.4234.71
Hex426F512901B388c1923
Octal10215712151033702143143
Binary1000010110111110100011010010110111110001000110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426F51; }

 p { color: rgb(66,111,81); }

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

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

 a { background-color: rgb(66,111,81); }

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

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

 span { border-color: rgb(66,111,81); }

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