Html Css Color HEX #357C4C Amazon

📋 copy color: '#357C4C'

red 53 ◦ green 124 ◦ blue 76

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

Shades of Amazon #357C4C

Tints of Amazon #357C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 20.95%
G = 49.01%
B = 30.04%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#357C4C (or 0x357C4C) is known color: Amazon. HEX triplet: 35, 7C and 4C. RGB value is (53,124,76). Sum of RGB (Red+Green+Blue) = 53+124+76=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #357C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C4C is #CA83B3. Grayscale: #616161. Windows color (decimal): -13271988 or 5012533. OLE color: 5012533.

HSL color Cylindrical-coordinate representation of color #357C4C: hue angle of 139.44º 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 #357C4C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 76 -
CMYK 0.57 0 0.39 0.51
HSL 139.44º 0.4% 0.35% -
HSV(B) 139.44º 0.57% 0.49% -
XYZ 9.98 15.69 9.34 -
YUV 97.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 53 124 76 0.57 0 0.39 0.51 139.44 0.4 0.35
Hex 35 7C 4C 39 0 27 33 8B 28 23
Octal 65 174 114 71 0 47 63 213 50 43
Binary 110101 1111100 1001100 111001 0 100111 110011 10001011 101000 100011

Color Harmonies of #357C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C4C

Black with #357C4C

Text Example


Text Example

White with #357C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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