Html Css Color HEX #358547 Amazon

📋 copy color: '#358547'

red 53 ◦ green 133 ◦ blue 71

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

Shades of Amazon #358547

Tints of Amazon #358547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 20.62%
G = 51.75%
B = 27.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#358547 (or 0x358547) is known color: Amazon. HEX triplet: 35, 85 and 47. RGB value is (53,133,71). Sum of RGB (Red+Green+Blue) = 53+133+71=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #358547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358547 is #CA7AB8. Grayscale: #666666. Windows color (decimal): -13269689 or 4687157. OLE color: 4687157.

HSL color Cylindrical-coordinate representation of color #358547: hue angle of 133.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358547 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 71 -
CMYK 0.60 0 0.47 0.48
HSL 133.5º 0.43% 0.36% -
HSV(B) 133.5º 0.6% 0.52% -
XYZ 10.99 17.99 8.85 -
YUV 102.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 53 133 71 0.60 0 0.47 0.48 133.5 0.43 0.36
Hex 35 85 47 3C 0 2F 30 86 2B 24
Octal 65 205 107 74 0 57 60 206 53 44
Binary 110101 10000101 1000111 111100 0 101111 110000 10000110 101011 100100

Color Harmonies of #358547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358547

Black with #358547

Text Example


Text Example

White with #358547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358547; }

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

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

background-color css

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

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

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

border-color css

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

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

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