#35775C

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

Shades of Amazon #35775C

Tints of Amazon #35775C

Color information

#35775C (or 0x35775C) is unknown color: approx Amazon. HEX triplet: 35, 77 and 5C. RGB value is (53,119,92). Sum of RGB (Red+Green+Blue) = 53+119+92=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #35775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35775C is #CA88A3. Grayscale: #606060. Windows color (decimal): -13273252 or 6059829. OLE color: 6059829.

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

Color convert

RGB5311992-
CMYK0.5500.230.53
HSL155.45º38.37%33.73%-
HSV(B)155.45º55.46%46.67%-
XYZ1014.7212.44-
YUV96.19125.6397.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=20.08%
G=45.08%
B=34.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119920.5500.230.53155.4538.3733.73
Hex35775C37017359b2622
Octal6516713467027652334642
Binary1101011110111101110011011101011111010110011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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