Html Css Color HEX #357755 Amazon

📋 copy color: '#357755'

red 53 ◦ green 119 ◦ blue 85

#357755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #357755

Tints of Amazon #357755

RGB

 RED value IS 53 (21.09% from 255) = 20.62%

 GREEN value IS 119 (46.88% from 255) = 46.3%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 20.62%
G = 46.3%
B = 33.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#357755 (or 0x357755) is known color: Amazon. HEX triplet: 35, 77 and 55. RGB value is (53,119,85). Sum of RGB (Red+Green+Blue) = 53+119+85=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #357755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357755 is #CA88AA. Grayscale: #5F5F5F. Windows color (decimal): -13273259 or 5601077. OLE color: 5601077.

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

Color convert

RGB 53 119 85 -
CMYK 0.55 0 0.29 0.53
HSL 149.09º 0.38% 0.34% -
HSV(B) 149.09º 0.55% 0.47% -
XYZ 9.7 14.61 10.9 -
YUV 95.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 53 119 85 0.55 0 0.29 0.53 149.09 0.38 0.34
Hex 35 77 55 37 0 1D 35 95 26 22
Octal 65 167 125 67 0 35 65 225 46 42
Binary 110101 1110111 1010101 110111 0 11101 110101 10010101 100110 100010

Color Harmonies of #357755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357755

Black with #357755

Text Example


Text Example

White with #357755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357755; }

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

 H1.HeaderClassName
 {
   color: #357755;
 }
 .AnyTagClassName
 {
   color: #357755;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #357755;
 }
 .BgClassName
 {
   background-color: #357755;
 }
</style>

border-color css

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

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

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