Html Css Color HEX #357D5D Amazon

📋 copy color: '#357D5D'

red 53 ◦ green 125 ◦ blue 93

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

Shades of Amazon #357D5D

Tints of Amazon #357D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.13%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 19.56%
G = 46.13%
B = 34.32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#357D5D (or 0x357D5D) is known color: Amazon. HEX triplet: 35, 7D and 5D. RGB value is (53,125,93). Sum of RGB (Red+Green+Blue) = 53+125+93=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #357D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D5D is #CA82A2. Grayscale: #636363. Windows color (decimal): -13271715 or 6126901. OLE color: 6126901.

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

Color convert

RGB 53 125 93 -
CMYK 0.58 0 0.26 0.51
HSL 153.33º 0.4% 0.35% -
HSV(B) 153.33º 0.58% 0.49% -
XYZ 10.78 16.21 12.92 -
YUV 99.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 53 125 93 0.58 0 0.26 0.51 153.33 0.4 0.35
Hex 35 7D 5D 3A 0 1A 33 99 28 23
Octal 65 175 135 72 0 32 63 231 50 43
Binary 110101 1111101 1011101 111010 0 11010 110011 10011001 101000 100011

Color Harmonies of #357D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D5D

Black with #357D5D

Text Example


Text Example

White with #357D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,125,93); }

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

background-color css

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

 a { background-color: rgb(53,125,93); }

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

border-color css

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

 span { border-color: rgb(53,125,93); }

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