Html Css Color HEX #357E4B Amazon

📋 copy color: '#357E4B'

red 53 ◦ green 126 ◦ blue 75

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

Shades of Amazon #357E4B

Tints of Amazon #357E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 20.87%
G = 49.61%
B = 29.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#357E4B (or 0x357E4B) is known color: Amazon. HEX triplet: 35, 7E and 4B. RGB value is (53,126,75). Sum of RGB (Red+Green+Blue) = 53+126+75=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #357E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E4B is #CA81B4. Grayscale: #626262. Windows color (decimal): -13271477 or 4947509. OLE color: 4947509.

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

Color convert

RGB 53 126 75 -
CMYK 0.58 0 0.40 0.51
HSL 138.08º 0.41% 0.35% -
HSV(B) 138.08º 0.58% 0.49% -
XYZ 10.2 16.19 9.24 -
YUV 98.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 53 126 75 0.58 0 0.40 0.51 138.08 0.41 0.35
Hex 35 7E 4B 3A 0 28 33 8A 29 23
Octal 65 176 113 72 0 50 63 212 51 43
Binary 110101 1111110 1001011 111010 0 101000 110011 10001010 101001 100011

Color Harmonies of #357E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E4B

Black with #357E4B

Text Example


Text Example

White with #357E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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