Html Css Color HEX #357153 Amazon

📋 copy color: '#357153'

red 53 ◦ green 113 ◦ blue 83

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

Shades of Amazon #357153

Tints of Amazon #357153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.38%

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

R = 21.29%
G = 45.38%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#357153 (or 0x357153) is known color: Amazon. HEX triplet: 35, 71 and 53. RGB value is (53,113,83). Sum of RGB (Red+Green+Blue) = 53+113+83=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #357153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357153 is #CA8EAC. Grayscale: #5B5B5B. Windows color (decimal): -13274797 or 5468469. OLE color: 5468469.

HSL color Cylindrical-coordinate representation of color #357153: hue angle of 150º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357153 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 83 -
CMYK 0.53 0 0.27 0.56
HSL 150º 0.36% 0.33% -
HSV(B) 150º 0.53% 0.44% -
XYZ 8.93 13.19 10.26 -
YUV 91.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 53 113 83 0.53 0 0.27 0.56 150 0.36 0.33
Hex 35 71 53 35 0 1B 38 96 24 21
Octal 65 161 123 65 0 33 70 226 44 41
Binary 110101 1110001 1010011 110101 0 11011 111000 10010110 100100 100001

Color Harmonies of #357153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357153

Black with #357153

Text Example


Text Example

White with #357153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357153; }

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

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

background-color css

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

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

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

border-color css

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

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

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