Html Css Color HEX #357F47 Amazon

📋 copy color: '#357F47'

red 53 ◦ green 127 ◦ blue 71

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

Shades of Amazon #357F47

Tints of Amazon #357F47

RGB

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

 GREEN value IS 127 (50% from 255) = 50.6%

 BLUE value IS 71 (28.13% from 255) = 28.29%

R = 21.12%
G = 50.6%
B = 28.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#357F47 (or 0x357F47) is known color: Amazon. HEX triplet: 35, 7F and 47. RGB value is (53,127,71). Sum of RGB (Red+Green+Blue) = 53+127+71=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #357F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357F47 is #CA80B8. Grayscale: #626262. Windows color (decimal): -13271225 or 4685621. OLE color: 4685621.

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

Color convert

RGB 53 127 71 -
CMYK 0.58 0 0.44 0.50
HSL 134.59º 0.41% 0.35% -
HSV(B) 134.59º 0.58% 0.5% -
XYZ 10.19 16.39 8.59 -
YUV 98.49 112.48 95.55 -
System Red Green Blue C M Y K H S L
Decimal 53 127 71 0.58 0 0.44 0.50 134.59 0.41 0.35
Hex 35 7F 47 3A 0 2C 32 87 29 23
Octal 65 177 107 72 0 54 62 207 51 43
Binary 110101 1111111 1000111 111010 0 101100 110010 10000111 101001 100011

Color Harmonies of #357F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F47

Black with #357F47

Text Example


Text Example

White with #357F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,127,71); }

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

background-color css

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

 a { background-color: rgb(53,127,71); }

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

border-color css

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

 span { border-color: rgb(53,127,71); }

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