Html Css Color HEX #357E4D Amazon

📋 copy color: '#357E4D'

red 53 ◦ green 126 ◦ blue 77

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

Shades of Amazon #357E4D

Tints of Amazon #357E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 20.7%
G = 49.22%
B = 30.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#357E4D (or 0x357E4D) is known color: Amazon. HEX triplet: 35, 7E and 4D. RGB value is (53,126,77). Sum of RGB (Red+Green+Blue) = 53+126+77=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #357E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E4D is #CA81B2. Grayscale: #626262. Windows color (decimal): -13271475 or 5078581. OLE color: 5078581.

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

Color convert

RGB 53 126 77 -
CMYK 0.58 0 0.39 0.51
HSL 139.73º 0.41% 0.35% -
HSV(B) 139.73º 0.58% 0.49% -
XYZ 10.27 16.21 9.61 -
YUV 98.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 53 126 77 0.58 0 0.39 0.51 139.73 0.41 0.35
Hex 35 7E 4D 3A 0 27 33 8C 29 23
Octal 65 176 115 72 0 47 63 214 51 43
Binary 110101 1111110 1001101 111010 0 100111 110011 10001100 101001 100011

Color Harmonies of #357E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E4D

Black with #357E4D

Text Example


Text Example

White with #357E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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