Html Css Color HEX #357B57 Amazon

📋 copy color: '#357B57'

red 53 ◦ green 123 ◦ blue 87

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

Shades of Amazon #357B57

Tints of Amazon #357B57

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.77%

 BLUE value IS 87 (34.38% from 255) = 33.08%

R = 20.15%
G = 46.77%
B = 33.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#357B57 (or 0x357B57) is known color: Amazon. HEX triplet: 35, 7B and 57. RGB value is (53,123,87). Sum of RGB (Red+Green+Blue) = 53+123+87=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #357B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B57 is #CA84A8. Grayscale: #626262. Windows color (decimal): -13272233 or 5733173. OLE color: 5733173.

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

Color convert

RGB 53 123 87 -
CMYK 0.57 0 0.29 0.52
HSL 149.14º 0.4% 0.35% -
HSV(B) 149.14º 0.57% 0.48% -
XYZ 10.27 15.61 11.49 -
YUV 97.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 53 123 87 0.57 0 0.29 0.52 149.14 0.4 0.35
Hex 35 7B 57 39 0 1D 34 95 28 23
Octal 65 173 127 71 0 35 64 225 50 43
Binary 110101 1111011 1010111 111001 0 11101 110100 10010101 101000 100011

Color Harmonies of #357B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B57

Black with #357B57

Text Example


Text Example

White with #357B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,123,87); }

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

background-color css

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

 a { background-color: rgb(53,123,87); }

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

border-color css

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

 span { border-color: rgb(53,123,87); }

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