#42775A

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

Shades of Amazon #42775A

Tints of Amazon #42775A

Color information

#42775A (or 0x42775A) is unknown color: approx Amazon. HEX triplet: 42, 77 and 5A. RGB value is (66,119,90). Sum of RGB (Red+Green+Blue) = 66+119+90=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #42775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42775A is #BD88A5. Grayscale: #636363. Windows color (decimal): -12421286 or 5928770. OLE color: 5928770.

HSL color Cylindrical-coordinate representation of color #42775A: hue angle of 147.17º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42775A is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB6611990-
CMYK0.4500.240.53
HSL147.17º28.65%36.27%-
HSV(B)147.17º44.54%46.67%-
XYZ10.6915.0912.02-
YUV99.85122.44103.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=24%
G=43.27%
B=32.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119900.4500.240.53147.1728.6536.27
Hex42775A2D01835931d24
Octal10216713255030652233544
Binary1000010111011110110101011010110001101011001001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42775A; }

 p { color: rgb(66,119,90); }

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

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

 a { background-color: rgb(66,119,90); }

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

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

 span { border-color: rgb(66,119,90); }

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