Html Css Color HEX #358549 Amazon

📋 copy color: '#358549'

red 53 ◦ green 133 ◦ blue 73

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

Shades of Amazon #358549

Tints of Amazon #358549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 20.46%
G = 51.35%
B = 28.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#358549 (or 0x358549) is known color: Amazon. HEX triplet: 35, 85 and 49. RGB value is (53,133,73). Sum of RGB (Red+Green+Blue) = 53+133+73=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #358549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358549 is #CA7AB6. Grayscale: #666666. Windows color (decimal): -13269687 or 4818229. OLE color: 4818229.

HSL color Cylindrical-coordinate representation of color #358549: hue angle of 135º 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 #358549 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 73 -
CMYK 0.60 0 0.45 0.48
HSL 135º 0.43% 0.36% -
HSV(B) 135º 0.6% 0.52% -
XYZ 11.06 18.01 9.2 -
YUV 102.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 53 133 73 0.60 0 0.45 0.48 135 0.43 0.36
Hex 35 85 49 3C 0 2D 30 87 2B 24
Octal 65 205 111 74 0 55 60 207 53 44
Binary 110101 10000101 1001001 111100 0 101101 110000 10000111 101011 100100

Color Harmonies of #358549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358549

Black with #358549

Text Example


Text Example

White with #358549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358549; }

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

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

background-color css

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

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

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

border-color css

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

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

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