Html Css Color HEX #357A53 Amazon

📋 copy color: '#357A53'

red 53 ◦ green 122 ◦ blue 83

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

Shades of Amazon #357A53

Tints of Amazon #357A53

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.29%

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 20.54%
G = 47.29%
B = 32.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#357A53 (or 0x357A53) is known color: Amazon. HEX triplet: 35, 7A and 53. RGB value is (53,122,83). Sum of RGB (Red+Green+Blue) = 53+122+83=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #357A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A53 is #CA85AC. Grayscale: #616161. Windows color (decimal): -13272493 or 5470773. OLE color: 5470773.

HSL color Cylindrical-coordinate representation of color #357A53: hue angle of 146.09º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A53 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 122 83 -
CMYK 0.57 0 0.32 0.52
HSL 146.09º 0.39% 0.34% -
HSV(B) 146.09º 0.57% 0.48% -
XYZ 9.99 15.3 10.61 -
YUV 96.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 53 122 83 0.57 0 0.32 0.52 146.09 0.39 0.34
Hex 35 7A 53 39 0 20 34 92 27 22
Octal 65 172 123 71 0 40 64 222 47 42
Binary 110101 1111010 1010011 111001 0 100000 110100 10010010 100111 100010

Color Harmonies of #357A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357A53

Black with #357A53

Text Example


Text Example

White with #357A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357A53; }

 p { color: rgb(53,122,83); }

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

background-color css

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

 a { background-color: rgb(53,122,83); }

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

border-color css

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

 span { border-color: rgb(53,122,83); }

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