Html Css Color HEX #358947 Amazon

📋 copy color: '#358947'

red 53 ◦ green 137 ◦ blue 71

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

Shades of Amazon #358947

Tints of Amazon #358947

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.49%

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

R = 20.31%
G = 52.49%
B = 27.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#358947 (or 0x358947) is known color: Amazon. HEX triplet: 35, 89 and 47. RGB value is (53,137,71). Sum of RGB (Red+Green+Blue) = 53+137+71=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #358947 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358947 is #CA76B8. Grayscale: #686868. Windows color (decimal): -13268665 or 4688181. OLE color: 4688181.

HSL color Cylindrical-coordinate representation of color #358947: hue angle of 132.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358947 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 71 -
CMYK 0.61 0 0.48 0.46
HSL 132.86º 0.44% 0.37% -
HSV(B) 132.86º 0.61% 0.54% -
XYZ 11.55 19.1 9.04 -
YUV 104.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 53 137 71 0.61 0 0.48 0.46 132.86 0.44 0.37
Hex 35 89 47 3D 0 30 2E 85 2C 25
Octal 65 211 107 75 0 60 56 205 54 45
Binary 110101 10001001 1000111 111101 0 110000 101110 10000101 101100 100101

Color Harmonies of #358947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358947

Black with #358947

Text Example


Text Example

White with #358947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358947; }

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

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

background-color css

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

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

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

border-color css

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

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

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