Html Css Color HEX #357545 Amazon

📋 copy color: '#357545'

red 53 ◦ green 117 ◦ blue 69

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

Shades of Amazon #357545

Tints of Amazon #357545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 22.18%
G = 48.95%
B = 28.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#357545 (or 0x357545) is known color: Amazon. HEX triplet: 35, 75 and 45. RGB value is (53,117,69). Sum of RGB (Red+Green+Blue) = 53+117+69=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #357545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357545 is #CA8ABA. Grayscale: #5C5C5C. Windows color (decimal): -13273787 or 4551989. OLE color: 4551989.

HSL color Cylindrical-coordinate representation of color #357545: hue angle of 135º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357545 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 69 -
CMYK 0.55 0 0.41 0.54
HSL 135º 0.38% 0.33% -
HSV(B) 135º 0.55% 0.46% -
XYZ 8.9 13.91 7.85 -
YUV 92.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 53 117 69 0.55 0 0.41 0.54 135 0.38 0.33
Hex 35 75 45 37 0 29 36 87 26 21
Octal 65 165 105 67 0 51 66 207 46 41
Binary 110101 1110101 1000101 110111 0 101001 110110 10000111 100110 100001

Color Harmonies of #357545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357545

Black with #357545

Text Example


Text Example

White with #357545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357545; }

 p { color: rgb(53,117,69); }

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

background-color css

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

 a { background-color: rgb(53,117,69); }

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

border-color css

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

 span { border-color: rgb(53,117,69); }

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