#35774A

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

Shades of Amazon #35774A

Tints of Amazon #35774A

Color information

#35774A (or 0x35774A) is unknown color: approx Amazon. HEX triplet: 35, 77 and 4A. RGB value is (53,119,74). Sum of RGB (Red+Green+Blue) = 53+119+74=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #35774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35774A is #CA88B5. Grayscale: #5E5E5E. Windows color (decimal): -13273270 or 4880181. OLE color: 4880181.

HSL color Cylindrical-coordinate representation of color #35774A: hue angle of 139.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35774A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB5311974-
CMYK0.5500.380.53
HSL139.09º38.37%33.73%-
HSV(B)139.09º55.46%46.67%-
XYZ9.314.448.78-
YUV94.14116.6398.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=21.54%
G=48.37%
B=30.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119740.5500.380.53139.0938.3733.73
Hex35774A37026358b2622
Octal6516711267046652134642
Binary11010111101111001010110111010011011010110001011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,119,74); }

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

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

 a { background-color: rgb(53,119,74); }

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

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

 span { border-color: rgb(53,119,74); }

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