Html Css Color HEX #357947 Amazon

📋 copy color: '#357947'

red 53 ◦ green 121 ◦ blue 71

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

Shades of Amazon #357947

Tints of Amazon #357947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

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

R = 21.63%
G = 49.39%
B = 28.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#357947 (or 0x357947) is known color: Amazon. HEX triplet: 35, 79 and 47. RGB value is (53,121,71). Sum of RGB (Red+Green+Blue) = 53+121+71=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #357947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357947 is #CA86B8. Grayscale: #5F5F5F. Windows color (decimal): -13272761 or 4684085. OLE color: 4684085.

HSL color Cylindrical-coordinate representation of color #357947: hue angle of 135.88º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357947 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 121 71 -
CMYK 0.56 0 0.41 0.53
HSL 135.88º 0.39% 0.34% -
HSV(B) 135.88º 0.56% 0.47% -
XYZ 9.44 14.89 8.34 -
YUV 94.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 53 121 71 0.56 0 0.41 0.53 135.88 0.39 0.34
Hex 35 79 47 38 0 29 35 88 27 22
Octal 65 171 107 70 0 51 65 210 47 42
Binary 110101 1111001 1000111 111000 0 101001 110101 10001000 100111 100010

Color Harmonies of #357947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357947

Black with #357947

Text Example


Text Example

White with #357947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357947; }

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

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

background-color css

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

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

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

border-color css

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

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

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