Html Css Color HEX #358354 Amazon

📋 copy color: '#358354'

red 53 ◦ green 131 ◦ blue 84

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

Shades of Amazon #358354

Tints of Amazon #358354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 19.78%
G = 48.88%
B = 31.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#358354 (or 0x358354) is known color: Amazon. HEX triplet: 35, 83 and 54. RGB value is (53,131,84). Sum of RGB (Red+Green+Blue) = 53+131+84=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #358354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358354 is #CA7CAB. Grayscale: #666666. Windows color (decimal): -13270188 or 5538613. OLE color: 5538613.

HSL color Cylindrical-coordinate representation of color #358354: hue angle of 143.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358354 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 84 -
CMYK 0.60 0 0.36 0.49
HSL 143.85º 0.42% 0.36% -
HSV(B) 143.85º 0.6% 0.51% -
XYZ 11.18 17.63 11.2 -
YUV 102.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 53 131 84 0.60 0 0.36 0.49 143.85 0.42 0.36
Hex 35 83 54 3C 0 24 31 90 2A 24
Octal 65 203 124 74 0 44 61 220 52 44
Binary 110101 10000011 1010100 111100 0 100100 110001 10010000 101010 100100

Color Harmonies of #358354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358354

Black with #358354

Text Example


Text Example

White with #358354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358354; }

 p { color: rgb(53,131,84); }

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

background-color css

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

 a { background-color: rgb(53,131,84); }

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

border-color css

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

 span { border-color: rgb(53,131,84); }

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