Html Css Color HEX #358355 Amazon

📋 copy color: '#358355'

red 53 ◦ green 131 ◦ blue 85

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

Shades of Amazon #358355

Tints of Amazon #358355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 19.7%
G = 48.7%
B = 31.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#358355 (or 0x358355) is known color: Amazon. HEX triplet: 35, 83 and 55. RGB value is (53,131,85). Sum of RGB (Red+Green+Blue) = 53+131+85=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #358355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358355 is #CA7CAA. Grayscale: #666666. Windows color (decimal): -13270187 or 5604149. OLE color: 5604149.

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

Color convert

RGB 53 131 85 -
CMYK 0.60 0 0.35 0.49
HSL 144.62º 0.42% 0.36% -
HSV(B) 144.62º 0.6% 0.51% -
XYZ 11.22 17.65 11.41 -
YUV 102.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 53 131 85 0.60 0 0.35 0.49 144.62 0.42 0.36
Hex 35 83 55 3C 0 23 31 91 2A 24
Octal 65 203 125 74 0 43 61 221 52 44
Binary 110101 10000011 1010101 111100 0 100011 110001 10010001 101010 100100

Color Harmonies of #358355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358355

Black with #358355

Text Example


Text Example

White with #358355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358355; }

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

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

background-color css

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

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

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

border-color css

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

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

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