Html Css Color HEX #357C48 Amazon

📋 copy color: '#357C48'

red 53 ◦ green 124 ◦ blue 72

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

Shades of Amazon #357C48

Tints of Amazon #357C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.8%

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 21.29%
G = 49.8%
B = 28.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#357C48 (or 0x357C48) is known color: Amazon. HEX triplet: 35, 7C and 48. RGB value is (53,124,72). Sum of RGB (Red+Green+Blue) = 53+124+72=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #357C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C48 is #CA83B7. Grayscale: #606060. Windows color (decimal): -13271992 or 4750389. OLE color: 4750389.

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

Color convert

RGB 53 124 72 -
CMYK 0.57 0 0.42 0.51
HSL 136.06º 0.4% 0.35% -
HSV(B) 136.06º 0.57% 0.49% -
XYZ 9.85 15.64 8.63 -
YUV 96.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 53 124 72 0.57 0 0.42 0.51 136.06 0.4 0.35
Hex 35 7C 48 39 0 2A 33 88 28 23
Octal 65 174 110 71 0 52 63 210 50 43
Binary 110101 1111100 1001000 111001 0 101010 110011 10001000 101000 100011

Color Harmonies of #357C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C48

Black with #357C48

Text Example


Text Example

White with #357C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,72); }

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

background-color css

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

 a { background-color: rgb(53,124,72); }

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

border-color css

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

 span { border-color: rgb(53,124,72); }

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