#35765A

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

Shades of Amazon #35765A

Tints of Amazon #35765A

Color information

#35765A (or 0x35765A) is unknown color: approx Amazon. HEX triplet: 35, 76 and 5A. RGB value is (53,118,90). Sum of RGB (Red+Green+Blue) = 53+118+90=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #35765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35765A is #CA89A5. Grayscale: #5F5F5F. Windows color (decimal): -13273510 or 5928501. OLE color: 5928501.

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

Color convert

RGB5311890-
CMYK0.5500.240.54
HSL154.15º38.01%33.53%-
HSV(B)154.15º55.08%46.27%-
XYZ9.7914.4511.95-
YUV95.37124.9797.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=20.31%
G=45.21%
B=34.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53118900.5500.240.54154.1538.0133.53
Hex35765A37018369a2622
Octal6516613267030662324642
Binary1101011110110101101011011101100011011010011010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,118,90); }

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

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

 a { background-color: rgb(53,118,90); }

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

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

 span { border-color: rgb(53,118,90); }

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