Html Css Color HEX #358449 Amazon

📋 copy color: '#358449'

red 53 ◦ green 132 ◦ blue 73

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

Shades of Amazon #358449

Tints of Amazon #358449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

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

R = 20.54%
G = 51.16%
B = 28.29%

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

#358449 (or 0x358449) is known color: Amazon. HEX triplet: 35, 84 and 49. RGB value is (53,132,73). Sum of RGB (Red+Green+Blue) = 53+132+73=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #358449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358449 is #CA7BB6. Grayscale: #656565. Windows color (decimal): -13269943 or 4817973. OLE color: 4817973.

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

Color convert

RGB 53 132 73 -
CMYK 0.60 0 0.45 0.48
HSL 135.19º 0.43% 0.36% -
HSV(B) 135.19º 0.6% 0.52% -
XYZ 10.92 17.74 9.15 -
YUV 101.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 53 132 73 0.60 0 0.45 0.48 135.19 0.43 0.36
Hex 35 84 49 3C 0 2D 30 87 2B 24
Octal 65 204 111 74 0 55 60 207 53 44
Binary 110101 10000100 1001001 111100 0 101101 110000 10000111 101011 100100

Color Harmonies of #358449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358449

Black with #358449

Text Example


Text Example

White with #358449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358449; }

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

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

background-color css

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

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

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

border-color css

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

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

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