#35775B

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

Shades of Amazon #35775B

Tints of Amazon #35775B

Color information

#35775B (or 0x35775B) is unknown color: approx Amazon. HEX triplet: 35, 77 and 5B. RGB value is (53,119,91). Sum of RGB (Red+Green+Blue) = 53+119+91=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #35775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35775B is #CA88A4. Grayscale: #606060. Windows color (decimal): -13273253 or 5994293. OLE color: 5994293.

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

Color convert

RGB5311991-
CMYK0.5500.240.53
HSL154.55º38.37%33.73%-
HSV(B)154.55º55.46%46.67%-
XYZ9.9514.7112.21-
YUV96.07125.1397.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=20.15%
G=45.25%
B=34.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119910.5500.240.53154.5538.3733.73
Hex35775B37018359b2622
Octal6516713367030652334642
Binary1101011110111101101111011101100011010110011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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