#35775E

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

Shades of Amazon #35775E

Tints of Amazon #35775E

Color information

#35775E (or 0x35775E) is unknown color: approx Amazon. HEX triplet: 35, 77 and 5E. RGB value is (53,119,94). Sum of RGB (Red+Green+Blue) = 53+119+94=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #35775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35775E is #CA88A1. Grayscale: #606060. Windows color (decimal): -13273250 or 6190901. OLE color: 6190901.

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

Color convert

RGB5311994-
CMYK0.5500.210.53
HSL157.27º38.37%33.73%-
HSV(B)157.27º55.46%46.67%-
XYZ10.0914.7612.91-
YUV96.42126.6397.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=19.92%
G=44.74%
B=35.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119940.5500.210.53157.2738.3733.73
Hex35775E37015359d2622
Octal6516713667025652354642
Binary1101011110111101111011011101010111010110011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35775E; }

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

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

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

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

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

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

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

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