Html Css Color HEX #357546 Amazon

📋 copy color: '#357546'

red 53 ◦ green 117 ◦ blue 70

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

Shades of Amazon #357546

Tints of Amazon #357546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 22.08%
G = 48.75%
B = 29.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#357546 (or 0x357546) is known color: Amazon. HEX triplet: 35, 75 and 46. RGB value is (53,117,70). Sum of RGB (Red+Green+Blue) = 53+117+70=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #357546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357546 is #CA8AB9. Grayscale: #5C5C5C. Windows color (decimal): -13273786 or 4617525. OLE color: 4617525.

HSL color Cylindrical-coordinate representation of color #357546: hue angle of 135.94º 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 #357546 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 70 -
CMYK 0.55 0 0.40 0.54
HSL 135.94º 0.38% 0.33% -
HSV(B) 135.94º 0.55% 0.46% -
XYZ 8.93 13.92 8.01 -
YUV 92.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 53 117 70 0.55 0 0.40 0.54 135.94 0.38 0.33
Hex 35 75 46 37 0 28 36 88 26 21
Octal 65 165 106 67 0 50 66 210 46 41
Binary 110101 1110101 1000110 110111 0 101000 110110 10001000 100110 100001

Color Harmonies of #357546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357546

Black with #357546

Text Example


Text Example

White with #357546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357546; }

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

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

background-color css

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

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

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

border-color css

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

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

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