Html Css Color HEX #357C58 Amazon

📋 copy color: '#357C58'

red 53 ◦ green 124 ◦ blue 88

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

Shades of Amazon #357C58

Tints of Amazon #357C58

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 20%
G = 46.79%
B = 33.21%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#357C58 (or 0x357C58) is known color: Amazon. HEX triplet: 35, 7C and 58. RGB value is (53,124,88). Sum of RGB (Red+Green+Blue) = 53+124+88=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #357C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C58 is #CA83A7. Grayscale: #626262. Windows color (decimal): -13271976 or 5798965. OLE color: 5798965.

HSL color Cylindrical-coordinate representation of color #357C58: hue angle of 149.58º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C58 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 88 -
CMYK 0.57 0 0.29 0.51
HSL 149.58º 0.4% 0.35% -
HSV(B) 149.58º 0.57% 0.49% -
XYZ 10.44 15.88 11.75 -
YUV 98.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 53 124 88 0.57 0 0.29 0.51 149.58 0.4 0.35
Hex 35 7C 58 39 0 1D 33 96 28 23
Octal 65 174 130 71 0 35 63 226 50 43
Binary 110101 1111100 1011000 111001 0 11101 110011 10010110 101000 100011

Color Harmonies of #357C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C58

Black with #357C58

Text Example


Text Example

White with #357C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,88); }

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

background-color css

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

 a { background-color: rgb(53,124,88); }

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

border-color css

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

 span { border-color: rgb(53,124,88); }

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