Html Css Color HEX #357E4A Amazon

📋 copy color: '#357E4A'

red 53 ◦ green 126 ◦ blue 74

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

Shades of Amazon #357E4A

Tints of Amazon #357E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.8%

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 20.95%
G = 49.8%
B = 29.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#357E4A (or 0x357E4A) is known color: Amazon. HEX triplet: 35, 7E and 4A. RGB value is (53,126,74). Sum of RGB (Red+Green+Blue) = 53+126+74=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 126 (49.61% from 255 or 49.80% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 126 - color contains mainly: green. Hex color #357E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E4A is #CA81B5. Grayscale: #626262. Windows color (decimal): -13271478 or 4881973. OLE color: 4881973.

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

Color convert

RGB 53 126 74 -
CMYK 0.58 0 0.41 0.51
HSL 137.26º 0.41% 0.35% -
HSV(B) 137.26º 0.58% 0.49% -
XYZ 10.17 16.17 9.06 -
YUV 98.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 53 126 74 0.58 0 0.41 0.51 137.26 0.41 0.35
Hex 35 7E 4A 3A 0 29 33 89 29 23
Octal 65 176 112 72 0 51 63 211 51 43
Binary 110101 1111110 1001010 111010 0 101001 110011 10001001 101001 100011

Color Harmonies of #357E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E4A

Black with #357E4A

Text Example


Text Example

White with #357E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,126,74); }

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

background-color css

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

 a { background-color: rgb(53,126,74); }

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

border-color css

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

 span { border-color: rgb(53,126,74); }

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