#35774F

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

Shades of Amazon #35774F

Tints of Amazon #35774F

Color information

#35774F (or 0x35774F) is unknown color: approx Amazon. HEX triplet: 35, 77 and 4F. RGB value is (53,119,79). Sum of RGB (Red+Green+Blue) = 53+119+79=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #35774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35774F is #CA88B0. Grayscale: #5E5E5E. Windows color (decimal): -13273265 or 5207861. OLE color: 5207861.

HSL color Cylindrical-coordinate representation of color #35774F: hue angle of 143.64º 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 #35774F is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB5311979-
CMYK0.5500.340.53
HSL143.64º38.37%33.73%-
HSV(B)143.64º55.46%46.67%-
XYZ9.4814.529.7-
YUV94.71119.1398.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=21.12%
G=47.41%
B=31.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119790.5500.340.53143.6438.3733.73
Hex35774F3702235902622
Octal6516711767042652204642
Binary11010111101111001111110111010001011010110010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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